Hi there,

I'm trying to put together a scatter plot widget where each symbol can be customized to convey a 3rd dimension of data...
by changing the size and/or the color of the symbol for example
(something in that fashion if not clear:http://matplotlib.sourceforge.net/pl...sked.hires.png)

I modified a bit the realtime plot example, setting up a new symbol each time a data point is appended but
when the widget is resized or zoomed in, everything is redrawn using the current last symbol....

It's probably not that complicated but I think I need an eye opener from someone...
as for now, the solution I see is creating a new drawSymbols function that would take an array of QwtSymbol as input...

Thanks for any help