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!