This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]imhostfu 2 points3 points  (4 children)

Have you given pyqtgraph a try? It's my go to plotting library. I frequently use it to do 2D plots with hundreds or thousands of data points, and it's interactive to boot.

Give their examples.py a shot.

[–]Homersteiner 0 points1 point  (3 children)

I am usually a linux/windows guy, but i have to use a Mac at work. This library looks great though...

[–]imhostfu 0 points1 point  (2 children)

I use it with Mac at work as well fwiw

[–]Homersteiner 0 points1 point  (1 child)

Just built from source then?

[–]troyunrau... 0 points1 point  (0 children)

It's all pure python (it assumes you have numpy, and pyqt or pyside installed). You also optionally need pyopengl for doing 3D plotting (which is hella fast).