Autoplot Application (#{tag})
Contours labeling needs some work, but note that you can now use "*10" for logarithmic contours.
Autoplot allows plotting of data from many data sources, including remote CDF files and OpenDAP servers.
Datasets are identified with URIs, and by the URI's extension, data are loaded into the internal data model. Data are then
displayed by guessing the rendering method and axis ranges to provide a reasonable, useful view of the data. Data can then
be additionally processed with other operations like smooth and FFT, and Jython scripting provides a capable programming environment.
This is the Autoplot v2021a branch. This is an update to the production version containing bugfixes and minor new features.
Java 8 is now required.
Run with 4GB of memory (64-bit Java only): autoplot_4GB.jnlp
Single-jar version, autoplot.jar, can be run without network access and from the command line.
Mac DMG Release is available.
Bugfixes (2021-05-05 r25758):
- 2343: writeToPng would not allow a filename with spaces in it.
- 2341: automatic bind-to-app-timerange fails to bind when 3 rows and 2 columns.
- 2236: $x_$x.png works to trigger the PngWalkTool, so results of Run Batch are more easily viewed. Start screenshots launches into PngWalk with timetags.
- alt-shift-shift can be used to stop screenshots, since some machines grab control keystroke event.
- 2335: new runtime error caused when quoted block contains a / and is split.
- 2338: if an aggregation granule dataset doesn't validate, don't mix it into the aggregation.
- 2339: report when noCheckCertificates is set in about and runtime submissions.
- 2210: create screenshot hangs on a Mac.
- 2335: runtime error with ~/Downloa<T> when Downloads folder contains file with single paren.
- 2333: rte1830566714 shows where TCA result can be null and was not handled.
- start to correct Java 7 complaints in QDataSet.
Older Bugfixes (2021-03-25 r25652):
- 2332: copy over the data when copying a DOM (.vap), so that 'vap+internal:' data is copied as well.
- 2102: fix layout would allocate space even when "displayTitle" is false.
- 2329: default button for True/False param is "1" not "True"
- 2330: under-implementation of rfe670 rank3 depend2 in slice0.
- SeriesRenderer, when in reduce-data mode, now reduces colors as well, culling a dot which is later covered by another. Before data would suddenly turn black.
- James caught place where rarely-used code would have been stuck in endless loop. Thanks James!
- correction to export of qstream, where format is "%.2f", causing runtime error because there was no field width.
- tooltip to evaluate Jython expression properly html-izes output, replacing newlines with <br>.
- HAPI 2.0 JSON no-data response is supported.
- Grabbing ctrl+C or cmd+C on Mac is difficult, so just make "C" trigger copy crosshair coordinates to clipboard.
Features:
- USER_PROPERTIES can have map with another nested map.
- rfe406: support <sub> and <sup> in text strings.
- new axis/controller/dasAxis/axisOffset property will allow for multiple axis on the left side of one plot.
- Add annotation dialog controls background color and border, making it easier to add text comments without a box.
- NybbleDataSet putValue now works. Support for rank 2.
- installTool correctly sets PWD now, so that it can be used in argument lists
- 740: warnings about redefining symbols like "plot" or "total" is too noisy, be more careful to only show when there is a problem.
- Jython to Java converter improvements.
- 739: DasCore moved to GitHub, along with QDataSet
Less recent features:
- RecordIterator supports rank 3 depend 2, to support demo data set in HapiServerDemo.
- .batch files for the run batch tool support %{PWD} in script reference, to improve portability.
- add new eventsComplement which returns the intervals which are not in the input.
- tickValues can now be *10/2,3,4,5,6,7,8,9 or *100 for log axes. Thanks, Ali!
- Revisit the "Run Batch" dialog, and keep track of stdout for each run.
Known issues:
- see Source Forge
- Bugs often have a four-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/bugs/<ID>/.
- Features typically have a three-digit ID and can be reviewed with https://sourceforge.net/p/autoplot/feature-requests/<ID>/.
This completes the feature set for the new production branch. No major features will be added before branching this version.
A production branch will be started in a couple of weeks, and the "Start Autoplot" link at the top of
autoplot.org will run this version.
Feedback on the function and quality of this release is greatly appreciated!
Data is input from:
- ASCII files (.dat,.txt)
- CSV files (.csv)
- Binary files (.bin)
- CDF files(.cdf)
- Excel spread sheets (.xls)
- das2Streams (.d2s or .das2Stream)
- ViRBO's TSDS server
- CDAWeb data server (vap+cdaweb:)
- das2servers (vap+das2server:)
- QStreams (.qds), QDataSet on a das2Stream
- Plasma Wave Group das2 Server
- NetCDF files (.nc,.ncml)
- HDF5 files (.h5,.hdf5)
- DODs servers (.dds)
- Cluster Exchange Format files (.cef)
- Fits Format Files
- Images (.jpg, .png, .gif)
- Wav audio files (.wav)
This is not complete, and limitations include:
- Quantities of rank 3 dimensionality (e.g. flux(Time,Energy,pitch) are plotted by slicing.
- Quantities of rank 4 dimensionality (e.g. flux(Time,Energy,azimuth,sector) are plotted by slicing twice.
autoplot.org is the wiki website, and contains
more information than this launch page.