We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa50659 + ba102df commit b7cec36Copy full SHA for b7cec36
1 file changed
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