Revision as of 03:55, 26 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 04:07, 26 October 2007 S2plot admin (Talk | contribs) Next diff → |
Line 8: |
Line 8: |
| <tr><td>[[function:struct COLOUR | struct COLOUR]]</td><td>Data structure for (r,g,b) colour indices.</td><td> </td></tr> | | <tr><td>[[function:struct COLOUR | struct COLOUR]]</td><td>Data structure for (r,g,b) colour indices.</td><td> </td></tr> |
| </table> | | </table> |
| + | |
| + | |
| + | ==Opening, Closing and Selecting Devices == |
| + | <table border=1 width=100%> |
| + | <tr> |
| + | <th width=15%>S2PLOT<th><th width=*>Description<th><th width=15%>PGPLOT<th><tr> |
| + | <tr><Tr><td>[[Function:reference.php?s=1&e=s2open | s2open]<td><td>Open the S2PLOT device. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2opend | s2opend]<td><td>Open the S2PLOT device (device string version). <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2opendo | s2opendo]<td><td>Open the S2PLOT device (device string version, ignoring command line arguments). <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGOPEN PGOPEN]<td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2ldev | s2ldev]<td><td>List the available S2PLOT devices on stdout. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGLDEV PGLDEV]<td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2show | s2show]<td><td>Draw the scene and enter interactive mode if interactive is non-zero. <td><td> <td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2disp | s2disp]<td><td>Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. <td><td> <td><tr> |
| + | <Tr><td>[[Function:reference.php?s=1&e=s2eras | s2eras]<td><td>Erase the geometry. <td><td>[http://www.astro.caltech.edu/~tjp/pgplot/subroutines.html#PGERAS PGERAS]<td><tr> |
| + | <table> |
| | | |
| ==Opening, Closing and Selecting Devices== | | ==Opening, Closing and Selecting Devices== |
S2PLOT | | Description | | PGPLOT | |
|
[[Function:reference.php?s=1&e=s2open | s2open] | | Open the S2PLOT device. | | PGOPEN | |
[[Function:reference.php?s=1&e=s2opend | s2opend] | | Open the S2PLOT device (device string version). | | PGOPEN | |
[[Function:reference.php?s=1&e=s2opendo | s2opendo] | | Open the S2PLOT device (device string version, ignoring command line arguments). | | PGOPEN | |
[[Function:reference.php?s=1&e=s2ldev | s2ldev] | | List the available S2PLOT devices on stdout. | | PGLDEV | |
[[Function:reference.php?s=1&e=s2show | s2show] | | Draw the scene and enter interactive mode if interactive is non-zero. | | | |
[[Function:reference.php?s=1&e=s2disp | s2disp] | | Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. | | | |
[[Function:reference.php?s=1&e=s2eras | s2eras] | | Erase the geometry. | | PGERAS | |
Opening, Closing and Selecting Devices
S2PLOT | Description | PGPLOT |
s2open | Open the S2PLOT device. | PGOPEN |
s2opend | Open the S2PLOT device (device string version). | PGOPEN |
s2opendo | Open the S2PLOT device (device string version, ignoring command line arguments). | PGOPEN |
s2ldev | List the available S2PLOT devices on stdout. | PGLDEV |
s2show | Draw the scene and enter interactive mode if interactive is non-zero. | |
s2disp | Draw the scene, but return control when a timeout occurs or when 'TAB' key is pressed. | |
s2eras | Erase the geometry. | PGERAS |
Windows and Viewports
S2PLOT | Description | PGPLOT |
s2svp | Set up the part of 3D space that is used for plotting. | PGSVP |
s2qvp | Query the device viewport range. | PGQVP |
s2swin | Set up the world coordinate range for the device. | PGSWIN |
s2qwin | Query the world coordinate range. | PGQWIN |
s2env | Convenience function which sets the plotting environment. | PGENV |
Primitives
Attributes
Axes, Boxes & Labels
XY(Z) Plots
Images/Surfaces
Vector Plots
Miscellaneous Routines
S2 "Native" Routines
Callback and Handle System
Advanced Texture and Colormap Handling
Environment and Rendering Attributes
Advanced Camera Control
Additional Primitives
Functions in Testing/Development
Dynamic-Only Geometry Functions
Deprecated Function Names (V1.48-V1.62)