OhmSpectator / streetviews-grabber

A script that grabs Google Street View for a city.
Other
7 stars 1 forks source link

Plot should not be first called from a non-main thread. #20

Closed OhmSpectator closed 1 year ago

OhmSpectator commented 1 year ago

Starting a Matplotlib GUI outside of the main thread will likely fail.

We call it now from the walker, which is called in a mapped thread. Run a plot function first from the main thread.