Vikas01 commited on
Commit
1419912
·
1 Parent(s): 0e7b3f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import numpy as np
7
  import csv
8
  from datetime import datetime
9
 
 
10
  # from matplotlib import pyplot as plt # this lets you draw inline pictures in the notebooks
11
  # import pylab # this allows you to control figure size
12
  # pylab.rcParams['figure.figsize'] = (10.0, 8.0) # this controls figure size in the notebook
 
7
  import csv
8
  from datetime import datetime
9
 
10
+ import matplotlib.pyplot as plt
11
  # from matplotlib import pyplot as plt # this lets you draw inline pictures in the notebooks
12
  # import pylab # this allows you to control figure size
13
  # pylab.rcParams['figure.figsize'] = (10.0, 8.0) # this controls figure size in the notebook