S2PLOT:HowTo
From S2PLOT
(Difference between revisions)
Revision as of 05:31, 30 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 06:13, 9 November 2007 S2plot admin (Talk | contribs) Next diff → |
||
Line 15: | Line 15: | ||
* [[HowToC:SelectHandles | Selecting via handles ]] | * [[HowToC:SelectHandles | Selecting via handles ]] | ||
* [[HowToC:DragHandles | Dragging handles ]] | * [[HowToC:DragHandles | Dragging handles ]] | ||
+ | * create an s2slides presentation | ||
+ | * create and embed 3d figures in PDF files | ||
+ | * create, modify and travel along a camera flight path | ||
+ | * draw and save specific views of a model / visualisation | ||
+ | * wrap a large-area FITS file on to the celestial sky | ||
+ | * make textures transparent | ||
+ | * use an OpenGL callback function | ||
+ | |||
== How To ... in Fortran == | == How To ... in Fortran == |
Revision as of 06:13, 9 November 2007
The following series of How Tos show you how to solve a range of common visualisation problems with S2PLOT. They are not intended to provide a complete user guide to all the functionality of S2PLOT, and should be supplemented by looking at the Function List.
Choose from either C, Fortran or Python categories depending on your preferred programming mode. The How Tos assume that you have a working, a tested, version of S2PLOT installed on your system, and that you have suitable compilers available.
How To ... in C
- Getting started
- Drawing points
- Drawing lines
- Drawing circles and disks
- Drawing polygons
- Drawing text
- Creating callbacks
- Selecting via handles
- Dragging handles
- create an s2slides presentation
- create and embed 3d figures in PDF files
- create, modify and travel along a camera flight path
- draw and save specific views of a model / visualisation
- wrap a large-area FITS file on to the celestial sky
- make textures transparent
- use an OpenGL callback function
How To ... in Fortran
How To ... in Python
Back to S2PLOT home page.