Stef,
I noticed that the scrollbars were introduced to PyPlot sometime
between wxPython 2.6 and 2.8. But they can be disabled:
client = PlotCanvas(parent)
client.SetShowScrollbars(False)
Try it!
-amv-
Stef,
I noticed that the scrollbars were introduced to PyPlot sometime
between wxPython 2.6 and 2.8. But they can be disabled:
client = PlotCanvas(parent)
client.SetShowScrollbars(False)
Try it!
-amv-