Function:s2opend
From S2PLOT
(Difference between revisions)
| Revision as of 03:34, 26 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 04:19, 26 October 2007 S2plot admin (Talk | contribs) Next diff → |
||
| Line 1: | Line 1: | ||
| - | hello | + | =s2opend = |
| + | |||
| + | Open the S2PLOT device (device string version). | ||
| + | |||
| + | == Prototype == | ||
| + | |||
| + | <code><pre> | ||
| + | int s2opend(char *device, int argc, char **argv); | ||
| + | </pre></code> | ||
| + | |||
| + | == Description == | ||
| + | |||
| + | == See Also == | ||
| + | |||
| + | [[Function:s2opendo | s2opendo]] | ||
| + | |||
| + | == PGPLOT Equivalent == | ||
| + | |||
| + | [http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN ] | ||
| + | |||
| + | == Code Example == | ||
| + | |||
| + | <code><pre> | ||
| + | |||
| + | </pre></code> | ||
| + | |||
| + | [[S2PLOT:Function List | Back]] to S2PLOT function list. | ||
| + | __NOTOC__ | ||
| + | __NOEDITSECTION__ | ||
Revision as of 04:19, 26 October 2007
s2opend
Open the S2PLOT device (device string version).
Prototype
int s2opend(char *device, int argc, char **argv);
Description
See Also
PGPLOT Equivalent
Code Example
Back to S2PLOT function list.
