Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: pgplotwidget.postscript - Function Up: pgplotwidget - Tool Previous: pgplotwidget.canplay - Function


pgplotwidget.play - Function



Package display
Module plotter
Tool pgplotwidget


Execute a series of plot commands


Synopsis
play(commands, record)


Description
This function is used to execute a series of plot commands in this plotter. It is used internally (e.g. by refresh), but it can also be of use to programmers. For example, you could keep external ``decorations'' in a list, and show or don't show them by calling play.

The format of the commands is that it is either a displaylist from a pgplotwidget, or it is a record, each field of which is a plot command of the form, e.g.:

    [_function='line', xpts=1:10, ypts=1:10]



Arguments

commands   list of plot commands to execute
    Allowed: displaylist or record
record   save commands in our internal displaylist?
    Allowed: boolean


Returns
T or fail




next up previous contents index
Next: pgplotwidget.postscript - Function Up: pgplotwidget - Tool Previous: pgplotwidget.canplay - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15