6 lines
72 B
Python
6 lines
72 B
Python
import matplotlib.pyplot as plt
|
|
|
|
plt.figure(figsize=(5, 5))
|
|
|
|
plt.show()
|