Difference between revisions of "Plot Commands"
Jump to navigation
Jump to search
m |
|||
Line 2: | Line 2: | ||
==One Dimensional Plots== | ==One Dimensional Plots== | ||
+ | |||
===Plot Types=== | ===Plot Types=== | ||
+ | |||
+ | Images of the one dimensional plot types can be seen [[Images of One Dimensional Plots|here]]These plot types are: | ||
+ | |||
+ | {| {{Tablestyle}} | ||
+ | |- | ||
+ | ! {{Headcellstyle}} | Command; | ||
+ | ! {{Headcellstyle}} | 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 | ||
+ | |} | ||
+ | |||
+ | |||
+ | <pre>>> dl(w, optional) | ||
+ | >> dm(w, optional) | ||
+ | >> de(w, optional) | ||
+ | >> dh(w, optional)</pre> | ||
===Overplots=== | ===Overplots=== | ||
+ | |||
+ | Plots can also be | ||
===Plotting Arrays of [[IXTdataset_1d]]=== | ===Plotting Arrays of [[IXTdataset_1d]]=== |
Revision as of 10:19, 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 hereThese plot types are:
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 |
>> dl(w, optional) >> dm(w, optional) >> de(w, optional) >> dh(w, optional)
Overplots
Plots can also be