Plotting in webVPython (Glowscript) vs. Matplotlib - what's the difference?

preview_player
Показать описание
I usually use webvpython for graphing - but here is how to do this with Matplotlib in Jupyter notebooks.

glowscript code

Anaconda

Matplotlib tutorial

My Glowscript plotting tutorial

Animated graphs

Making multiple animated graphs
Рекомендации по теме
Комментарии
Автор

😃👏👏👏Great work! Thank you so much, sir!!!

joel.bernardes
Автор

plt.figure() lets you set the size of the graph image
plt.title() is also important
animations are hard to do in matplotlib for me.
seaborne is a nice alternative to matplotlib as well.

mathyouforgot
Автор

I like Glowscript too. Do you know how to break the program if you forget the "x = x + dx" command? Just curious. I like your doing Jupyter stuff now and then. I use that too.

fizixx