S2PLOT:HowTo

From S2PLOT

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

← Previous diff
Revision as of 00:01, 20 December 2007
S2plot admin (Talk | contribs)

Next diff →
Line 8: Line 8:
* [[HowToC:GetStarted | Getting started ]] * [[HowToC:GetStarted | Getting started ]]
* [[HowToC:DrawPoints | Drawing points ]] * [[HowToC:DrawPoints | Drawing points ]]
 +* Drawing lines
 +* Drawing circles and disks
 +* Drawing text
 +* Creating callbacks
 +* Selecting via handles
 +* Dragging handles
 +* Colours and colour maps
<!-- <!--
* [[HowToC:DrawLines | Drawing lines ]] * [[HowToC:DrawLines | Drawing lines ]]
Line 26: Line 33:
* S2PLOT coordinate systems: world coordinates, screen coordinates * S2PLOT coordinate systems: world coordinates, screen coordinates
 +<!--
== How To ... in Fortran == == How To ... in Fortran ==
Line 33: Line 41:
* [[HowToPython:GetStarted | Getting started ]] * [[HowToPython:GetStarted | Getting started ]]
 +-->
== How To ... without programming == == How To ... without programming ==

Revision as of 00:01, 20 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.

How To ... in C


How To ... without programming

Back to S2PLOT home page.