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 cf57637 commit 838d8c8Copy full SHA for 838d8c8
tests/test_annotate.py
@@ -38,3 +38,8 @@ def test():
38
from .helpers import assert_equality
39
40
assert_equality(plot, __file__[:-3] + "_reference.tex")
41
+
42
43
+if __name__ == "__main__":
44
+ plot()
45
+ plt.show()
0 commit comments