We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6bbe9 commit 6a9763eCopy full SHA for 6a9763e
test/test_steps.py
@@ -18,7 +18,7 @@ def plot():
18
plt.plot(x, y5, "c.",)
19
plt.legend(["default", "pre", "post", "mid", "default"])
20
21
- return plt.gcf()
+ return plt.gcf()
22
23
24
if __name__ == "__main__":
0 commit comments