For certain applications it is necessary to plot
many points quickly and dynamically (i.e. one after another),
but without storing them.
For this we wrote a PlottingCanvas
using wxPython
which was tested both on linux and MSWindows.
It is not aimed at being a fully-featured plotting tool,
but a couple of things can be done, see the examples below.