1PLMKSTRM(3plplot)                 PLplot API                 PLMKSTRM(3plplot)
2
3
4

NAME

6       plmkstrm - Creates a new stream and makes it the default
7

SYNOPSIS

9       plmkstrm(p_strm)
10

DESCRIPTION

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

ARGUMENTS

25       p_strm (PLINT_NC_SCALAR(3plplot), output)
26              Returned value of the stream number of the created stream.
27
28

AUTHORS

30       Many    developers   (who   are   credited   at   http://plplot.source
31       forge.net/credits.php) have contributed to PLplot over  its  long  his‐
32       tory.
33

SEE ALSO

35       PLplot    documentation   at   http://plplot.sourceforge.net/documenta
36       tion.php.
37
38
39
40                                 August, 2017                PLMKSTRM(3plplot)
Impressum