SED navigation bar go to SED home page go to Dataplot home page go to NIST home page SED Home Page SED Contacts SED Projects SED Products and Publications Search SED Pages

Dataplot Solution to the Graphics Problem

Problem Setup An analyst has a data set consisting of (x,y) pairs. Plot the data and "blow up" an interesting sub-region of the plot. This is demonstrated with the built-in data file BAKER.DAT (stored in the Dataplot auxiliary directory).
Dataplot Code The following Dataplot program
    SKIP 25
    READ BAKER.DAT Y
    LET X = SEQUENCE 1 2 1000
    .
    TITLE AUTOMATIC
    PLOT Y X
    PLOT Y X SUBSET X 400 TO 600
Plots Generated by Dataplot generated the following output

Plot Y X example


Plot Y X SUBSET X 400 TO 600 example

Date created: 6/5/2001
Last updated: 9/20/2002
Please email comments on this WWW page to sedwww@cam.nist.gov.

Dataplot ]