giocaizzi / pysurfline

Python Surfline API
https://giocaizzi.github.io/pysurfline/
MIT License
20 stars 7 forks source link

Run graphing example without errors but no graph produced #70

Open tavdog opened 6 days ago

tavdog commented 6 days ago

here is the code I'm running :
`import pysurfline

spotId = "5842041f4e65fad6a7708de5"

spotforecasts = pysurfline.get_spot_forecasts(spotId) pysurfline.plot_surf_report( spotforecasts, barLabels=True )`

It just exits silently.

aa-dank commented 4 days ago

Did you make the call to the chart function, plot_surf_report? It’s not in the code you offered here

tavdog commented 4 days ago

Yes, it's the last line in that code snippet.