We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c7879 commit 2e2aa68Copy full SHA for 2e2aa68
1 file changed
matplot.py
@@ -0,0 +1,6 @@
1
+import matplotlib.pyplot as plt
2
+def draw():
3
+ fig = plt.figure(1,facecolor = 'red')
4
+ fig.clf()
5
+ plt.subplot(111)
6
+ plt.show()
0 commit comments