Concepts:StandardPrimitives

From S2PLOT

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

← Previous diff
Current revision
S2plot admin (Talk | contribs)

Line 19: Line 19:
* Axes * Axes
* Axis labels * 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 [[Concepts:NativePrimitives | native primitives]].
 +
 +[[S2PLOT:Features | Back ]] to S2PLOT Features and Concepts page.

Current revision

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 primitives.

Back to S2PLOT Features and Concepts page.

Personal tools