1PLSSTRM(3plplot) PLplot API PLSSTRM(3plplot)
2
3
4
6 plsstrm - Set current output stream
7
9 plsstrm(strm)
10
12 Sets the number of the current output stream. The stream number
13 defaults to 0 unless changed by this routine. The first use of this
14 routine must be followed by a call initializing PLplot (e.g.
15 plstar(3plplot)).
16
17 Redacted form: plsstrm(strm)
18
19 This function is examples 1,14,20.
20
22 strm (PLINT(3plplot), input)
23 The current stream number.
24
25
27 Many developers (who are credited at http://plplot.source‐
28 forge.net/credits.php) have contributed to PLplot over its long his‐
29 tory.
30
32 PLplot documentation at http://plplot.sourceforge.net/documenta‐
33 tion.php.
34
35
36
37 August, 2017 PLSSTRM(3plplot)