Removed ptplot2mif.tcl
, it was of little use.
PlotBox
Plot
Same changes as above, plus...
PlotApplet
PlotLive
I was unable to keep this class completely backwards compatible.
So PlotLiveDemo and PlotLiveDemoApplet both had to be modified for
things to work again.
Also I removed the debug printing lines everywhere.
I found that they produced a huge amount of clutter, making it hard
to read the code. And they generated so much info that they were hard
to use anyway. And they were creeping into user-level code
(PlotLiveDemo and PlotLiveDemoApplet).
PlotLiveApplet
New class to handle the thread trickiness for live plots.
CmdLineArgException
This class is now public so that it can be used outside of the plot
package.
New classes
- PlotFrame
- 2-D plotter widget used by PlotApplication, below.
- PlotApplication
- Stand alone plotter application, started up by
ptplot
- TwoPlotExample
- a simple example application with two side by side plots.