1PLCPSTRM(3plplot)                 PLplot API                 PLCPSTRM(3plplot)
2
3
4

NAME

6       plcpstrm  - Copy state parameters from the reference stream to the cur‐
7       rent stream
8

SYNOPSIS

10       plcpstrm(iplsr, flags)
11

DESCRIPTION

13       Copies state parameters  from  the  reference  stream  to  the  current
14       stream. Tell driver interface to map device coordinates unless flags ==
15       1.
16
17       This function is used for making save files  of  selected  plots  (e.g.
18       from  the  TK  driver).   After initializing, you can get a copy of the
19       current plot to the specified device by switching to  this  stream  and
20       issuing  a  plcpstrm(3plplot)  and  a  plreplot(3plplot), with calls to
21       plbop(3plplot) and pleop(3plplot) as appropriate.  The plot buffer must
22       have  previously been enabled (done automatically by some display driv‐
23       ers, such as X).
24
25       Redacted form: plcpstrm(iplsr, flags)
26
27       This function is used in example 1,20.
28

ARGUMENTS

30       iplsr (PLINT(3plplot), input)
31              Number of reference stream.
32
33       flags (PLBOOL(3plplot), input)
34              If flags is set to true the device coordinates  are  not  copied
35              from the reference to current stream.
36
37

AUTHORS

39       Many  developers  (who  are  credited at http://plplot.org/credits.php)
40       have contributed to PLplot over its long history.
41

SEE ALSO

43       PLplot documentation at http://plplot.org/documentation.php.
44
45
46
47                                February, 2019               PLCPSTRM(3plplot)
Impressum