Update sample code
This commit is contained in:
parent
60d813c804
commit
8b28ffe2aa
|
@ -1,7 +1,5 @@
|
|||
import matplotlib.pyplot as plt
|
||||
def meow(x: int) -> None:
|
||||
for _ in range(x):
|
||||
print("meow", end="")
|
||||
|
||||
fig, ax = plt.subplots()
|
||||
ax.plot([1, 2, 3, -3])
|
||||
ax.set_xlabel("time")
|
||||
ax.set_ylabel("swag")
|
||||
plt.show()
|
||||
meow(10)
|
||||
|
|
Loading…
Reference in New Issue
Block a user