From S2PLOT
(Difference between revisions)
Revision as of 04:07, 26 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 04:11, 26 October 2007 S2plot admin (Talk | contribs) Next diff → |
Line 9: |
Line 9: |
| </table> | | </table> |
| | | |
| + | ==General == |
| + | <table border=1 width=100%> |
| + | <tr><th width=15%>S2PLOT</th><th width=*>Description</th><th width=15%>PGPLOT</th></tr> |
| + | <tr><td>[[Function:Colours | Colours]</td><td>Useful colour definitions based on PGPlot default settings. </td><td> </td></tr> |
| + | <tr><td>[[Function:Textures | Textures]</td><td>Important information on using textures in S2PLOT. </td><td> </td></tr> |
| + | <tr><td>[[Function:struct_XYZ | struct XYZ]</td><td>Data structure for (x,y,z) coordinates. </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> |
| | | |
| ==Opening, Closing and Selecting Devices == | | ==Opening, Closing and Selecting Devices == |
Revision as of 04:11, 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. | |
General
S2PLOT | Description | PGPLOT |
[[Function:Colours | Colours] | Useful colour definitions based on PGPlot default settings. | |
[[Function:Textures | Textures] | Important information on using textures in S2PLOT. | |
[[Function:struct_XYZ | struct XYZ] | Data structure for (x,y,z) coordinates. | |
[[Function:struct_COLOUR | struct COLOUR] | Data structure for (r,g,b) colour indices. | |
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)