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, input)
31 Number of reference stream.
32
33 flags (PLBOOL, input)
34 If flags is set to true the device coordinates are not copied
35 from the reference to current stream.
36
37
39 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
40 man page was automatically generated from the DocBook source of the
41 PLplot documentation, maintained by Alan W. Irwin and Rafael
42 Laboissiere.
43
45 PLplot documentation at http://plplot.sourceforge.net/resources.
46
47
48
49 March, 2007 PLCPSTRM(3plplot)