Skip to content

Commit

Permalink
rm plt.ion
Browse files Browse the repository at this point in the history
  • Loading branch information
ksunden committed Apr 19, 2024
1 parent 7ebe0d5 commit e5b5455
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/first.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
ax.add_artist(lw2, 2)
ax.set_xlim(0, np.pi * 4)
ax.set_ylim(-1.1, 1.1)
plt.ion()
plt.show()

0 comments on commit e5b5455

Please sign in to comment.