SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Staff SED Projects SED Products and Publications Search SED Pages
Dataplot Vol 1 Vol 2

LIST PLOT

Name:
    LIST PLOT
Type:
    Support Command
Purpose:
    List the currently saved graphs (SAVE PLOT command) by sequence number, file name, and title.
Description:
    The SAVE PLOT and REPEAT PLOT commands allow you to save and recall graphs. The primary use of this is to compare the current graph to previously created graphs.

    Dataplot maintains a list of saved graphs for the current session. The "current list" consists of all plots saved in the current session and any plots from previous Dataplot sessions explicitly recalled with the REPEAT PLOT command.

    These commands are host dependent. They are currently supported for the following platforms:

    1. Unix platforms via the X11 device driver;
    2. Windows 95/98/NT command line version built with the Microsoft Fortran compiler;
    3. Dataplot GUI (both Unix and Windows 95/98/NT).
Syntax:
    LIST PLOT
Examples:
    READ FILE.DAT Y1 Y2 Y3
    HISTOGRAM Y1
    SAVE PLOT HIST.1
    HISTOGRAM Y2
    SAVE PLOT HIST.2
    HISTOGRAM Y3
    SAVE PLOT HIST.3
    LIST PLOTS
Default:
    None
Synonyms:
    LIST GRAPH, LP, and LG are all synonyms for LIST PLOT.
Note:
    The REPEAT PLOT command is used to display a plot saved with SAVE PLOT. The LIST PLOT command lists the currently saved plots (by sequence number, file name, and title). The CYCLE PLOT command allows you to cycle through the pixmaps in the current list by clicking mouse buttons. The PIXMAP TITLE command allows you to specify the title for a saved plot. This title is simply for ease of identification in listing the saved plots and is not saved as part of the plot.
Related Commands: Applications:
    Interactive Usage
Implementation Date:
    7/1997
Program:
    READ BERGER1.DAT Y X
    FIT Y X
    4-PLOT RES
    SAVE PLOT RES.1
    QUADRATIC FIT Y X
    4-PLOT RES
    SAVE PLOT RES.2
    LIST PLOT

Privacy Policy/Security Notice
Disclaimer | FOIA

NIST is an agency of the U.S. Commerce Department.

Date created: 6/5/2001
Last updated: 10/30/2015

Please email comments on this WWW page to alan.heckert@nist.gov.