1PLCPSTRM(3plplot) PLplot API PLCPSTRM(3plplot)
2
3
4
6 plcpstrm - Copy state parameters from the reference stream to the cur‐
7 rent stream
8
10 plcpstrm(iplsr, flags)
11
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
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
39 Many developers (who are credited at http://plplot.source‐
40 forge.net/credits.php) have contributed to PLplot over its long his‐
41 tory.
42
44 PLplot documentation at http://plplot.sourceforge.net/documenta‐
45 tion.php.
46
47
48
49 August, 2017 PLCPSTRM(3plplot)