Software Open Access
plt - Software for 2D Plots
Published: Nov. 7, 2002. Version: 2.5
plt updated (Nov. 17, 2002, midnight)
Version 2.2 of plt adds support for MacOS/X and an updated manual.
plt updated (Nov. 7, 2002, midnight)
Version 2.1 of plt, PhysioToolkit's scriptable plotting utility, is now available for GNU/Linux, MS-Windows, and in source form for other platforms.
Please include the standard citation for PhysioNet:
(show more options)
Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220. RRID:SCR_007345.
Software Description
plt is a non-interactive plotting utility originally written for Unix by Paul Albrecht. plt can produce publication-quality 2D plots in PostScript from easily-produced text or binary data files, and can also create screen plots under the X Window System. Compared to most other software for 2D graphics, plt has several significant advantages:
pltgenerates compact vector PostScript output, which can be transmitted quickly yet can be resized without introducing raster artifacts.pltworks well with a wide variety of tools that create and manipulate readable text files.pltis scriptable; if you need to make 100 plots of 100 data sets, you don't need to point and click for hours.- Complex overlays and multi-part plots are easy to make, using multiple invocations of
pltto write to a single window or page. pltcan read data from a pipe, so it can be used to observe real-time signals or the outputs of computationally intensive processes as they become available.pltimposes no fixed limits on the number of points in a plot (even the total amount of available memory is not a constraint if the data are read from a pipe and the axis limits are pre-specified).pltis free, open-source software that can be modified as needed for unique applications. (pltruns on all popular platforms, including GNU/Linux, Mac OS X, MS-Windows, and Unix.)pltis easy to pronounce (say: P-L-T) and is almost as easy to spell :-)
Sources for the current version of plt are available as a gzip-compressed tar archive, or as individual files in the source tree. A source RPM and a Linux (x86) binary RPM are also available, as are binaries for Mac OS X and MS-Windows. The plt Tutorial and Cookbook is available in HTML, printable PostScript and PDF formats, and in LaTeX source format.
Access
Access Policy:
Anyone can access the files, as long as they conform to the terms of the specified license.
License (for files):
Open Data Commons Attribution License v1.0
Discovery
DOI (version 2.5):
https://doi.org/10.13026/C2T08K
Topics:
visualization
multiparameter
Corresponding Author
Files
Access the files
-
Download the files using your terminal:
wget -r -N -c -np https://physionet.org/files/plt/2.5/
-
Download the files using AWS command line tools:
aws s3 sync --no-sign-request s3://physionet-open/plt/2.5/ DESTINATION
| Name | Size | Modified |
|---|---|---|
| Parent Directory | ||
| demos | ||
| libc | ||
| 00README (download) | 1.7 KB | 2019-04-12 |
| Makefile (download) | 4.6 KB | 2019-04-12 |
| axis.c (download) | 10.6 KB | 2019-04-12 |
| axis.h (download) | 2.0 KB | 2019-04-12 |
| data.c (download) | 4.1 KB | 2019-04-12 |
| figs.h (download) | 792 B | 2019-04-12 |
| figure.c (download) | 6.3 KB | 2019-04-12 |
| go.c (download) | 2.8 KB | 2019-04-12 |
| iface.c (download) | 6.8 KB | 2019-04-12 |
| lw.c (download) | 7.7 KB | 2019-04-12 |
| lwcat (download) | 2.0 KB | 2019-04-12 |
| main.c (download) | 2.6 KB | 2019-04-12 |
| mcd.c (download) | 2.6 KB | 2019-04-12 |
| optn.c (download) | 4.1 KB | 2019-04-12 |
| optn.h (download) | 1.3 KB | 2019-04-12 |
| optn2.c (download) | 11.4 KB | 2019-04-12 |
| optn3.c (download) | 4.6 KB | 2019-04-12 |
| plot.c (download) | 11.7 KB | 2019-04-12 |
| plot.h (download) | 2.0 KB | 2019-04-12 |
| plt (download) | 584 B | 2019-04-12 |
| plt.h (download) | 3.3 KB | 2019-04-12 |
| pslw.pro (download) | 3.0 KB | 2019-04-12 |
| pterm.c (download) | 2.3 KB | 2019-04-12 |
| sun.c (download) | 3.7 KB | 2019-04-12 |
| text.c (download) | 9.5 KB | 2019-04-12 |
| text.h (download) | 2.7 KB | 2019-04-12 |
| tic.c (download) | 7.7 KB | 2019-04-12 |
| unixpl.c (download) | 684 B | 2019-04-12 |
| util.c (download) | 3.3 KB | 2019-04-12 |
| window.c (download) | 3.8 KB | 2019-04-12 |
| xpltwin.c (download) | 6.3 KB | 2019-04-12 |
| xw.c (download) | 6.3 KB | 2019-04-12 |