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.org/credits.php)
28 have contributed to PLplot over its long history.
29
31 PLplot documentation at http://plplot.org/documentation.php.
32
33
34
35 February, 2019 PLSSTRM(3plplot)