1PLMKSTRM(3plplot) PLplot API PLMKSTRM(3plplot)
2
3
4
6 plmkstrm - Creates a new stream and makes it the default
7
9 plmkstrm(p_strm)
10
12 Creates a new stream and makes it the default. Differs from using
13 plsstrm(3plplot), in that a free stream number is found, and returned.
14 Unfortunately, I have to start at stream 1 and work upward, since
15 stream 0 is preallocated. One of the big flaws in the PLplot API is
16 that no initial, library-opening call is required. So stream 0 must be
17 preallocated, and there is no simple way of determining whether it is
18 already in use or not.
19
20 Redacted form: plmkstrm(p_strm)
21
22 This function is used in examples 1 and 20.
23
25 p_strm (PLINT_NC_SCALAR(3plplot), output)
26 Returned value of the stream number of the created stream.
27
28
30 Many developers (who are credited at http://plplot.org/credits.php)
31 have contributed to PLplot over its long history.
32
34 PLplot documentation at http://plplot.org/documentation.php.
35
36
37
38 January, 2023 PLMKSTRM(3plplot)