skidzo
2011-05-24 11:41:09 UTC
Hi there,
I would like to have multiple CurvePlot instances configured like
shown in
the last class diagram image of the guiqwt.plot documentation
it has the headline <Building your own plot manager:>
http://packages.python.org/guiqwt/reference.html#module-guiqwt.plot
I would really like to do exactly this but with only the Item list
panel and with CurvePlot instead of ImagePlot.
It would be extremely helpful if there could be a minimal example
showing how to do this with the PlotManager
(I don't even need the Toolbar)
I tried to do this starting from the second example but now I
completely stuck in creating an Item list panel and adding the curve
items of the CurvePlot to it.
I know that I can get these Items with
<CurvePlotObject>.plot.items[1:self.ncurves+1]
Please help me out!!
I would like to have multiple CurvePlot instances configured like
shown in
the last class diagram image of the guiqwt.plot documentation
it has the headline <Building your own plot manager:>
http://packages.python.org/guiqwt/reference.html#module-guiqwt.plot
I would really like to do exactly this but with only the Item list
panel and with CurvePlot instead of ImagePlot.
It would be extremely helpful if there could be a minimal example
showing how to do this with the PlotManager
(I don't even need the Toolbar)
I tried to do this starting from the second example but now I
completely stuck in creating an Item list panel and adding the curve
items of the CurvePlot to it.
I know that I can get these Items with
<CurvePlotObject>.plot.items[1:self.ncurves+1]
Please help me out!!