Skip to content

Commit f159faa

Browse files
committed
serial_plot.py: update plot on matplotlib 2.0
1 parent ec0a414 commit f159faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/SerialCsvLogger/serial_plot.py

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@
5252
axes.relim()
5353
axes.autoscale_view(True,True,True)
5454
plt.draw()
55+
fig.canvas.flush_events()

0 commit comments

Comments
 (0)