How can I construct a "simple" contour plot scaled nicely (like the
bar and line plots in Paraview) similar to
http://qwt.sourceforge.net/spectrogramscreenshots.html ?

I have simple rectilinear data - 3 columns 24x365 (x,y) and a third
column of data to provide the contours.

I have imported data through the SQLTable reader plugin and to a
vtkTable with 4 data arrays (my data and an id column).
I then ran through a TableToStructuredPoints filter so that the
contour filter could be applied.

When the contour filter is applied, I get a skewed contour that I
cannot resize to fit nicely into a window.

What am I doing wrong?

Thanks,
Steve
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to