S2PLOT:HowTo

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 23:07, 10 December 2007
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 23:42, 13 December 2007
Dbarnes (Talk | contribs)
(How To ... in C)
Next diff →
Line 20: Line 20:
* wrap a large-area FITS file on to the celestial sky * wrap a large-area FITS file on to the celestial sky
* [[HowToC:TransTextures | Make textures transparent ]] * [[HowToC:TransTextures | Make textures transparent ]]
-* use an OpenGL callback function+* [[HowToC:OpenGLCB | Use an OpenGL callback function ]]
* use panels * use panels
* S2PLOT coordinate systems: world coordinates, screen coordinates * S2PLOT coordinate systems: world coordinates, screen coordinates

Revision as of 23:42, 13 December 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.

Contents

How To ... in C

How To ... in Fortran

How To ... in Python

How To ... without programming

Back to S2PLOT home page.