From S2PLOT
(Difference between revisions)
Revision as of 03:47, 26 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 03:49, 26 October 2007 S2plot admin (Talk | contribs) Next diff → |
Line 12: |
Line 12: |
| <table border=1 width=100%> | | <table border=1 width=100%> |
| <tr><th width=20%>S2PLOT</th><th>Description</th><th width=20%>PGPLOT</th></tr> | | <tr><th width=20%>S2PLOT</th><th>Description</th><th width=20%>PGPLOT</th></tr> |
- | <tr><td>[[function:s2opend | s2opend]]</td><td> </td><td> </td></tr> | + | <tr><td>[[function:s2open | s2open]]</td><td> Open the S2PLOT device. </td><td> </td></tr> |
| + | <tr><td>[[function:s2opend | s2opend]]</td><td>Open the S2PLOT device (device string version).</td><td> </td></tr> |
| + | <tr><td>[[function:s2opendo | s2opendo]]</td><td>Open the S2PLOT device (device string version, ignoring command line arguments). </td><td> </td></tr> |
| + | <tr><td>[[function:s2ldev | s2ldev]]</td><td>List the available S2PLOT devices on stdout.</td><td> </td></tr> |
| + | <tr><td>[[function:s2show | s2show]]</td><td>Draw the scene and enter interactive mode if interactive is non-zero.</td><td> </td></tr> |
| + | <tr><td>[[function: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:s2eras | s2eras]]</td><td>Erase the geometry.</td><td> </td></tr> |
| </table> | | </table> |
| | | |
Revision as of 03:49, 26 October 2007
General
S2PLOT | Description | PGPLOT |
Colours | Useful colour definitions based on PGPlot default settings. | |
Textures | Important information on using textures in S2PLOT. | |
struct XYZ | Data structure for (x,y,z) coordinates. | |
struct COLOUR | Data structure for (r,g,b) colour indices. | |
Opening, Closing and Selecting Devices
S2PLOT | Description | PGPLOT |
s2open | Open the S2PLOT device. | |
s2opend | Open the S2PLOT device (device string version). | |
s2opendo | Open the S2PLOT device (device string version, ignoring command line arguments). | |
s2ldev | List the available S2PLOT devices on stdout. | |
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. | |
Windows and Viewports
Windows and Viewports
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)