| File Information |
| Description |
--- plt version 07Nov09 ---
An alternative to MatLab's plot/plotyy for 2D applications.
Like plot, plt commands can be typed at the command prompt to
display your workspace arrays and can also be the core of
your .m graphical applications. Some plt's advantages are:
Optimized for data exploration
Improved zooming, panning, and auto-scaling controls
Workspace plotting (interactive selection of variables to plot)
Automatically generated legend with powerful trace selection controls
Up to 99 traces on a single axis (or more if a legend isn't needed)
Support for dual y-axes (left/right linkable)
Support for sub-plots, each with individual cursor readout.
Fast and easy cursor movement
Delta cursor provides easy difference readout
RMS, mean, and y/x ratio readouts
Peak/Valley finder
Better looking grid lines with selectable color
User-entered annotations
User editing of trace properties and figure colors
Mouse and keyboard driven data modification
Support for metric prefixes
Quick linear/log toggling for x or y axes
Display expansion history
Flexible command-line interface
Includes advanced GUI components with sample GUI programs
Extensive on-screen help with many example scripts
Congenial "customer" support & receptive to suggestions from users
Compatible with R12.1 or later
|
| MATLAB release |
MATLAB 7.7 (R2008b)
|
| Other requirements |
Matlab version R12.1 or later |
| Zip File Content |
|
| Other Files |
contents.m, demo/bounce.m, demo/circles12.m, demo/curves.m, demo/demoplt.m, demo/dice.m, demo/editz.m, demo/gauss.m, demo/movbar.m, demo/plt5.m, demo/plt50.m, demo/pltn.m, demo/pltquiv.m, demo/pltsq.m, demo/pltvar.m, demo/pltvbar.m, demo/subplt.m, demo/subplt8.m, demo/tasplt.m, demo/trigplt.m, demo/weight.m, demo/wfall.m, demo/winplt.chm, demo/winplt.m, demo/winplt.pdf, ebar.m, html.zip, license.txt, plt.chm, plt.m, quiv.m, vbar.m
|
| Updates |
| 24 May 2004 |
- Changed plt5 and pltn sample scripts so that don't use interp so that no toolboxes are required
- renamed PLT.m to plt.m in the archive so that it will work properly on unix systems |
| 15 Jul 2004 |
Many enhancements - most importantly the workspace plotter |
| 04 Aug 2004 |
Added editz.m example.
Minor bug fixes and documentation updates. |
| 29 Mar 2005 |
Added several auxiliary functions which makes it easir to build a GUI application based on plt. Added two more example programs to demonstrate some of the new features. |
| 30 Mar 2005 |
The version I uploaded yesterday had a missing file in the html documentation. |
| 11 May 2005 |
Added new example programs (curves.m and winplt.m). Added additional GUI objects (edit and popup text objects). Minor bug fixes and documentation improvements. |
| 12 May 2005 |
Added new example program (curves.m).
Added new GUI obects (edit text and popup text).
Minor bug fixes and documentation improvements. |
| 15 Sep 2005 |
Various enhancements and bug fixes - see release notes in help file |
| 16 Sep 2005 |
Several new features. See release notes in help file. (Yesterday's upload didn't seem to work) |
| 19 Sep 2005 |
Various enhancements and bug fixes. See release notes in help file. |
| 07 Nov 2005 |
Minor bug fixes.
Documentation updates |
| 19 Dec 2005 |
Added a few new features |
| 27 Jan 2006 |
Minor enhancements and bug fixes |
| 11 Apr 2006 |
Several enhancements and one additional example .m file |
| 11 Apr 2006 |
- Several enhancements
- Additional example .m file
- Bug fixes
- Documentation improvements |
| 27 Jun 2006 |
New features and bug fixes |
| 27 Jun 2006 |
Added some new features and bug fixes |
| 30 Jun 2006 |
A few enhancements and bug fixes |
| 17 Aug 2006 |
New features
- Multiple traces allowed on right axis
- More flexible dual cursors |
| 05 Sep 2006 |
Added functionality for vertical bar, error bar and quiver plots |
| 27 Nov 2006 |
Several improvements and bug fixes. See release notes in plt.chm or html.zip |
| 24 Jan 2007 |
Added facility for time and date cursoring as well as other customized cursor capabilities. Several bug fixes and documentation improvements |
| 29 Jan 2007 |
Sorry the last version only lasted a week, but I found some bugs that needed fixing. Also I added a new demo program and a few features. |
| 06 Mar 2007 |
- Added new example program (wfall.m)
- Improved calling sequence for the slider pseudo object
- Minor bug fixes |
| 18 May 2007 |
Minor enhancements (see release notes) |
| 09 Jul 2007 |
Improved some of the demo programs, and minor bug fixes and documentation updates. Now includes a compiled version (.dll) |
| 03 Dec 2007 |
Added one more .m example program, and updated the others for clarity. Other minor improvements. |
| 14 Mar 2008 |
Several minor bug fixes and enhancements. (Please see the release notes). |
| 14 Apr 2008 |
Added the linking of the right and left hand axes for panning and zooming. For other changes, see the release notes in plt.chm |
| 16 Jun 2008 |
- Added a new example program
- Minor enhancements (see release notes) |
| 13 Aug 2008 |
Added yet another demo program (subplt.m). Also fixed a few bugs and made minor improvements (see release notes). |
| 20 Aug 2008 |
Update to fix bug introduced with last weeks version. Also added yet another demo example (subplt8.m) |
| 03 Oct 2008 |
Minor enhancements - see release notes |
| 06 Oct 2008 |
Minor enhancements, see release notes |
| 18 Jan 2009 |
Major update to the subplot capability. Other improvements and bug fixes. See release notes for details. |
| 12 May 2009 |
Fixed a bug which caused plt to crash when called from a guide application. Other minor changes (see release notes) |
| 11 Aug 2009 |
First release of plt including the full .m source code. Added the TraceMk parameter. See release notes for other changes. |
| 26 Oct 2009 |
Major rewrite of all the programming examples involving GUIs mostly for improved coding style and clarity. Some enhancements and bug fixes to plt (see release notes). |
| 08 Nov 2009 |
Sorry to bother you with another update so soon after the last one, but a few bugs were reported. In addition to fixing those, I also added significant enhancements to the winplt.m demo program and added a few minor features to plt. |