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,20.
23

ARGUMENTS

25       p_strm (PLINT *, output)
26              Pointer to stream number of the created stream.
27
28

AUTHORS

30       Geoffrey  Furnish  and  Maurice LeBrun wrote and maintain PLplot.  This
31       man page was automatically generated from the  DocBook  source  of  the
32       PLplot   documentation,   maintained   by  Alan  W.  Irwin  and  Rafael
33       Laboissiere.
34

SEE ALSO

36       PLplot documentation at http://plplot.sourceforge.net/resources.
37
38
39
40                                  July, 2010                 PLMKSTRM(3plplot)
Impressum