We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee7f4c commit c4ffb83Copy full SHA for c4ffb83
heatmap-gen.py
@@ -28,5 +28,5 @@
28
plt.axis("equal")
29
plt.tight_layout()
30
31
-plt.show()
32
-# plt.savefig("heatmap.svg")
+# plt.show()
+plt.savefig("heatmap.svg")
0 commit comments