S2PLOT:HowTo

From S2PLOT

(Difference between revisions)
Jump to: navigation, search
Revision as of 07:32, 27 October 2007
S2plot admin (Talk | contribs)

← Previous diff
Revision as of 07:35, 27 October 2007
S2plot admin (Talk | contribs)

Next diff →
Line 1: Line 1:
-The following series of How Tos show you how to solve a range of common visualisation problems with S2PLOT. Choose from either C, Fortran or Python categories depending on your preferred programming mode.+The following series of How Tos show you how to solve a range of common visualisation problems with S2PLOT. 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 ... in C ==
 +
 +* [[HowToC:GetStarted | Getting started ]]
 +* [[HowToC:DrawPoints | Drawing points ]]
 +* [[HowToC:DrawLines | Drawing lines ]]
 +* [[HowToC:DrawCircles | Drawing circles and disks ]]
 +* [[HowToC:DrawPolygons | Drawing polygons ]]
 +* [[HowToC:DrawText | Drawing text ]]
 +* [[HowToC:CreateCallback | Creating callbacks ]]
 +* [[HowToC:SelectHandles | Selecting via handles ]]
 +* [[HowToC:DragHandles | Dragging handles ]]
== How To ... in Fortran == == How To ... in Fortran ==
 +
 +* [[HowToFortran:GetStarted | Getting started ]]
== How To ... in Python == == How To ... in Python ==
 +
 +* [[HowToPython:GetStarted | Getting started ]]

Revision as of 07:35, 27 October 2007

The following series of How Tos show you how to solve a range of common visualisation problems with S2PLOT. 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 ... in Fortran

How To ... in Python

Personal tools