pwin
Contents: Description, Arguments, Usage, Examples, Related Functions, Source Supported Under Version: > 1.73
Description Gnuplot allows you to use and retain plot windows on the screen. Only one window may be active at a time, but plots do not need to be redrawn if covered and then uncovered. pwin() provides a basic utility to davinci to designate which plot window you want active.
Arguments and Return Values Arguments: An integer Return Value: None. The active plot window is designated for all future plots.
Usage Syntax: pwin(window = INT) Because there are several options for terminal types used by Gnuplot, pwin() will use whichever terminal the user has as a default. Window counts start at 0, so when you initiate Gnuplot, the active window is window:0.
Examples dv> pwin(1) |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Library Changes Created On: 07-03-2008 |