Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plcpstrm(3plplot) [debian man page]

PLCPSTRM(3plplot)						    PLplot API							 PLCPSTRM(3plplot)

NAME
plcpstrm - Copy state parameters from the reference stream to the current stream SYNOPSIS
plcpstrm(iplsr, flags) DESCRIPTION
Copies state parameters from the reference stream to the current stream. Tell driver interface to map device coordinates unless flags == 1. This function is used for making save files of selected plots (e.g. from the TK driver). After initializing, you can get a copy of the current plot to the specified device by switching to this stream and issuing a plcpstrm(3plplot) and a plreplot(3plplot), with calls to plbop(3plplot) and pleop(3plplot) as appropriate. The plot buffer must have previously been enabled (done automatically by some display drivers, such as X). Redacted form: plcpstrm(iplsr, flags) This function is used in example 1,20. ARGUMENTS
iplsr (PLINT, input) Number of reference stream. flags (PLBOOL, input) If flags is set to true the device coordinates are not copied from the reference to current stream. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLCPSTRM(3plplot)

Check Out this Related Man Page

PLBOP(3plplot)							    PLplot API							    PLBOP(3plplot)

NAME
plbop - Begin a new page SYNOPSIS
plbop() DESCRIPTION
Begins a new page. For a file driver, the output file is opened if necessary. Advancing the page via pleop(3plplot) and plbop(3plplot) is useful when a page break is desired at a particular point when plotting to subpages. Another use for pleop(3plplot) and plbop(3plplot) is when plotting pages to different files, since you can manually set the file name by calling plsfnam(3plplot) after the call to pleop(3plplot). (In fact some drivers may only support a single page per file, making this a necessity.) One way to handle this case auto- matically is to page advance via pladv(3plplot), but enable familying (see plsfam(3plplot)) with a small limit on the file size so that a new family member file will be created on each page break. Redacted form: plbop() This function is used in examples 2,20. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLBOP(3plplot)
Man Page