Next: Definitions Up: Introduction Previous: Introduction

Overview

The Quick and Dandy Plotter (QDP) program reads ASCII files containing various plotting commands and data. QDP then calls the PLT subroutine which then executes the commands and plots the data. At this point the ``PLT>'' prompt appears and the user can then proceed to enter additional PLT commands which can:

  • Display information on about the interactive commands via HElp,

  • Override various PLT defaults,

  • Override the PLT commands found in the QDP file,

  • Add/remove labels,

  • Plot data with various combinations of lines, markers, and error bars,

  • Change the appearance/style of the of the plot, for example converting all text into the Roman Font,

  • Plot the data as a function of a different x variable,

  • Change the number of panels in which the data is plotted,

  • Define models and to calculate the `best fit' parameter values,

  • Generate a hardcopy.

Thus the interactive PLT commands allow you to both tailor the plot to your needs/taste and to do some simple analyses of the data. PLT commands can be placed in the QDP file, in an indirect command and/or in a command array created by the calling program. For example, if you have a set of commands that you commonly use, then you can place those commands in a file, and then have PLT execute the commands that it finds in that file. Since exactly the same command syntax is used in all places, it is not necessary to learn a special programming language to write software that uses PLT. Programmers can try out PLT commands interactively to find a set that works best with the type of data being plotted, and then make these commands the default values.

The PLT software is highly portable. PLT uses the PGPLOT Graphics Subroutine Library written by T. J. Pearson at the California Institute of Technology. PGPLOT has been ported to many systems ranging from MS-DOS machines to UNICOS Crays. PLT is actively supported on VAX VMS, SUN UNIX, and NeXT systems. The code is in standard Fortran and so can easily ported to other systems and is running on MS-DOS, PRIME, and IBM RS/6000 systems.

This manual provides an overview of how to use PLT. Not all commands will be described in the overview, however, Appendix B includes the contents of the on-line help which does contain every command.

The rest of this introduction defines a few terms and the discusses the syntax conventions used. If you wish to quickly get started with using PLT, you should skip to the next chapter. Once you have mastered the basics, you should come back and read the following sections.



next up previous contents
Next: Definitions Up: Introduction Previous: Introduction



Web Page Maintained by: Dr. Lawrence E. Brown elwin@redshift.gsfc.nasa.gov