Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | display | |
Module | plotter | |
Tool | pgplotter |
If it is not possible to create the tool (for example, no DISPLAY environment variable is set), a fail is returned.
If the requested number of colors mincolors cannot be allocated with a shared colormap, a private colormap will be installed. This will cause colormap flashing on some hardware.
plotfile | Name of the plot file to attach to | ||
Allowed: | string | ||
Default: | aips++plot.plot | ||
size | Size in pixels for the drawing area | ||
Allowed: | integer[2] | ||
Default: | [600,450] | ||
foreground | Foreground colour | ||
Allowed: | string (valid colour name | ||
Default: | white | ||
background | Background colour | ||
Allowed: | string (valid colour name) | ||
Default: | black | ||
mincolors | Minimum number of colors we require | ||
Allowed: | integer | ||
Default: | 2 | ||
maxcolors | Maximum number of colors we will take | ||
Allowed: | integer | ||
Default: | 100 |