calum-chamberlain / ESCI451-Python

Introduction to Python for VUW ESCI 451 course.
GNU General Public License v3.0
11 stars 5 forks source link

Interactive plots not showing until previous one is 'stopped' #21

Closed FinniganIK closed 1 year ago

FinniganIK commented 2 years ago

On my machine the interactive plots on 3B were not showing until I had manually stopped the interaction with the previous plot

calum-chamberlain commented 1 year ago

Completed - this was a seaborn issue with using the current axis rather than creating a new figure - solved by making new figure for each graph manually.