More PyQt plotting demos
May 23rd, 2009 at 10:53 amI’ve posted a new demo featuring plotting of data from a .CSV file in PyQt.
The demo shows how to read the .CSV file and populate a list of checkable “data series” (using QListView) from it. Then, when series are selected, they can be plotted.
Now, this time there are two snippets. One shows how to plot with matplotlib:

The other shows how to plot with PyQwt:

These two libraries are a bit different, and each has its merits. I might write more on the subject in a future post.
Related posts:

October 2nd, 2009 at 10:17
Excellent! This was just what I was seeking for.. Thanks!
July 28th, 2010 at 12:29
Great job and nice example!! Thanks!
April 19th, 2012 at 21:08
Great example! Here’s an update for PySide:
https://gist.github.com/2423179
July 27th, 2012 at 21:42
Great work! Exactly what I’m looking for.
August 21st, 2012 at 22:38
Excellent Example ! Helped a lot. Thanks Eli !