Concepts:StandardPrimitives
From S2PLOT
(Difference between revisions)
Revision as of 07:46, 27 October 2007 S2plot admin (Talk | contribs) ← Previous diff |
Revision as of 07:47, 27 October 2007 S2plot admin (Talk | contribs) Next diff → |
||
Line 29: | Line 29: | ||
The S2PLOT standard primitives are complemented by the [[Concepts:NativePrimitives | native primatives]]. | The S2PLOT standard primitives are complemented by the [[Concepts:NativePrimitives | native primatives]]. | ||
- | [[Features | Back ]] to S2PLOT Features and Concepts page. | + | [[S2PLOT:Features | Back ]] to S2PLOT Features and Concepts page. |
Revision as of 07:47, 27 October 2007
S2PLOT Standard Primitives
The S2PLOT standard primitives are based on the PGPLOT primitives, having a very similiar functional interface, but with additional parameters for (x,y,z) data. Standard primitives include:
- Points
- Lines
- Circles
- Disks
- Rectangles
- Text
- Arrows
The appearance of the primitives is controlled through attributes:
- Colour
- Linewidth
- Character height
- Arrowhead styles
In addition, for creating scientific graphs, there are functions to control:
- Axes
- Axis labels
More advanced plotting features include:
- Data with error bars
- Parametric curves of the form fx(t), fy(t) and fz(t)
- Surfaces defined by functions of the form f(x, y)
- Surfaces defined by a 2-d array of nx * ny values
- Vector plots
The S2PLOT standard primitives are complemented by the native primatives.
Back to S2PLOT Features and Concepts page.