AptPlot - A Free Pure-Java 2D Plotting Tool
AptPlot is a WYSIWYG 2D plotting tool designed for creating production quality plots of numerical data and performing data analysis. AptPlot contains extensive scripting and GUI support for the manipulation and analysis of data sets. AptPlot is intended to be a pure-Java drop-in replacement for the the Motif X-Window based Grace plotting package maintained by the Grace Team and coordinated by Evgeny Stambulchik.
Although Grace has provided extensive capability for plotting and data analysis tools for several years it is also host to several limitations, primarily associated with execution under Microsoft Windows. It is written as an X-Windows Motif application in a combination of C, LEX, YACC, and IDL coding. The software is specifically tailored for Unix machines; users working with operating systems that do not provide Unix-like functionality often found installing and maintaining Grace difficult. With this in mind, APT has developed AptPlot as a functional clone of Grace using the Java programming language.
In addition to vastly improved portability, authoring the tool in Java eases the addition of a host of other improvements, such as a plug-in interface which allows the application to be extended in any number of ways at runtime. The NRC Analysis Code specific features inherent in AcGrace (formerly Xmgr5) have been extracted into a separate plug-in.
Change Log
January 6, 2010 - ACS Plug-in Version 1.4.5 Released.
- The plot file demultiplexer utlities have been updated to prevent an array out of bounds exception that could occur in rare cases when compressing the channel data.
December 9, 2009 - AptPlot Version 6.3.4 Released.
- Added a SHOW argument for opening analysis code plot files. Commands take the form "CODE <INDEX> SHOW", and will display the channel dialog at either the given index, if one is specified, or the current active index for that code.
The following updates were made to the ACS Plug-in for this release:
- Fixed a problem in the RELAP5 demuxer introduced in the last release that removed support for the new RELAP5-3D PIB-based plot files.
