pwin

From DavinciWiki
Jump to: navigation, search

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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Library Changes

Created On: 07-03-2008
Modified On: 07-03-2008

Personal tools