donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
291 stars 57 forks source link

Add matplotlib to browser version #345

Closed donkirkby closed 1 year ago

donkirkby commented 2 years ago

The browser version's turtle graphics support has all the same features as PyCharm, except create_image.

donkirkby commented 1 year ago

Timing of Romania tutorial before I made matplotlib optional:

Timing of Matplotlib intro:

donkirkby commented 1 year ago

Timing of Romania tutorial after I made matplotlib optional:

Timing of Matplotlib intro:

So no significant change in timing, but less than half the data transfer. Maybe #503 will have more impact on timing.