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 8d5f1da commit ba102dfCopy full SHA for ba102df
pymathics/graph/format.py
@@ -35,7 +35,7 @@ def format_graph(G, **options) -> str:
35
36
global node_size
37
global cached_pair
38
-
+ pyplot.close()
39
pyplot.switch_backend("AGG")
40
cached_pair = None
41
0 commit comments