diff --git a/matplo.py b/matplo.py index b0648c3..19bb828 100644 --- a/matplo.py +++ b/matplo.py @@ -16,7 +16,13 @@ # In[22]: +matplotlib.use('TkAgg') +fig = plt.figure() +ax = fig.add_subplot(111) +fig.show() +i = 0 +x, y = [], [] plt.xlabel('distance') plt.ylabel('time')