Skip to content

Commit 2e2aa68

Browse files
authored
Create matplot.py
1 parent f9c7879 commit 2e2aa68

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

matplot.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)