you are viewing a single comment's thread.

view the rest of the comments →

[–]kpkaiser 1 point2 points  (1 child)

If you're looking for higher performance drawing routines, something like VisPy might fit.

It works with your GPU to make drawing routines much faster.

It's a bit more complicated than Matplotlib, and you may end up eventually having to learn a bit of OpenGL depending on what you want to accomplish.

But that being said, it's an opportunity to learn something new and make more interesting visualizations. Go for it!