Update functions/PitchPlotFunctions.py
Browse files
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()
|