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


next up previous contents index
Next: dish.plus - Function Up: dish - Tool Previous: dish.plotscan - Function


dish.plotxy - Function



Package dish
Module dish
Tool dish


Plot two vectors in the DISH plotter.


Synopsis
plotxy(xarray, yarray, newplot)


Description
A simple tool for making plots in the dish plotter. More versatile access to the plotter, with full pgplot functions, is available using the d.plotter functionality, e.g. d.plotter.plotxy(1:100,sin(1:100)). Run d.fields(d.plotter) for a complete listing of functions.



Arguments

xarray   vector of values for the x axis
    Allowed: vector of floats
    Default: no default
yarray   vector of values for the y axis
    Allowed: vector of floats
    Default: no default
newplot   Create a new plot(T) or overlay this(F)
    Allowed: boolean
    Default: T


Returns
T (if successful)


Example
- x:=1:100
- y:=sin(x)
- d.plotxy(x,y);





next up previous contents index
Next: dish.plus - Function Up: dish - Tool Previous: dish.plotscan - 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-08-01