Difference between revisions of "Plot Commands"

From LIBISIS
Jump to navigation Jump to search
m
Line 6: Line 6:
 
===Plot Types===
 
===Plot Types===
  
Images of the one dimensional plot types can be seen [[Images of One Dimensional Plots|here]]These plot types are:
+
Images of the one dimensional plot types can be seen [[Images of One Dimensional Plots|here]].
  
 +
'''Plot Types'''
 
{| {{Tablestyle}}
 
{| {{Tablestyle}}
 
|-
 
|-
! {{Headcellstyle}} | Command;
+
! {{Headcellstyle}} | Command
 
! {{Headcellstyle}} | Plot Type
 
! {{Headcellstyle}} | Plot Type
 
|-
 
|-
Line 32: Line 33:
 
|}
 
|}
  
 +
'''Syntax:'''
 +
<pre>>> dh(w, 'property', value, 'property2', value2,...)</pre>
  
<pre>>> dl(w, optional)
+
where w is a dataset and 'property' and value define [[General Behaviour#Property-Value Pairs|property-value pairs]]. See the functions for a list of properties that can be set.
>> dm(w, optional)
 
>> de(w, optional)
 
>> dh(w, optional)</pre>
 
  
 
===Overplots===
 
===Overplots===

Revision as of 10:23, 19 March 2008

The main purpose of the graphics package is to plot graphs. Several different commands exist to facilitate this.

One Dimensional Plots

Plot Types

Images of the one dimensional plot types can be seen here.

Plot Types

Command Plot Type
dl Line Plot
dm Marker Plot
de Errorbar Plot
dh Histogram Plot
dp Marker with Errorbars Plot
dp Marker and Lin with Errorbars Plot

Syntax:

>> dh(w, 'property', value, 'property2', value2,...)

where w is a dataset and 'property' and value define property-value pairs. See the functions for a list of properties that can be set.

Overplots

Plots can also be

Plotting Arrays of IXTdataset_1d

Plotting Arrays of IXTdataset_2d

Two Dimensional Plots

Plot Types

Plotting Arrays of IXTdataset_1d

Plotting Arrays of IXTdataset_2d

Three Dimensional Plots

Sliceomatic

Optional Inputs

Using Name Tags