nesticot commited on
Commit
47531b9
·
verified ·
1 Parent(s): 0b7aa7f

Update functions/PitchPlotFunctions.py

Browse files
Files changed (1) hide show
  1. functions/PitchPlotFunctions.py +1 -0
functions/PitchPlotFunctions.py CHANGED
@@ -14,6 +14,7 @@ import matplotlib.patches as mpatches
14
  import matplotlib.lines as mlines
15
  from matplotlib.figure import Figure
16
  import api_scraper
 
17
 
18
  # Initialize the scraper
19
  scraper = api_scraper.MLB_Scrape()
 
14
  import matplotlib.lines as mlines
15
  from matplotlib.figure import Figure
16
  import api_scraper
17
+ import matplotlib
18
 
19
  # Initialize the scraper
20
  scraper = api_scraper.MLB_Scrape()