xplot

From DavinciWiki
Jump to: navigation, search


Description

Plot one or more objects, and supply an optional X-Axis

Arguments and Return Values

Arguments: numeric arrays

Return Value:none. GnuPlot is launched and displays graph

Usage

Syntax: xplot(VAL1, [, VAL2...] [, axis = X/Y/Z] [, Xaxis = VAL])

The xplot function will take a data block (or several data blocks) and plot them using axis as a kind of delimiter.

Examples

dv> a
15x1x1 array of float, bsq format [60 bytes]
7.76428 97.4930 75.4882 68.3849 59.1005 83.1104 55.1265 55.3031 
41.5919 26.8814 74.0586 16.9142 41.4407 17.4381 74.5879

dv> b
15x1x1 array of float, bsq format [60 bytes]
4.00000e-05     4.05000e-05     4.10000e-05     4.15000e-05     4.20000e-05
4.25000e-05     4.30000e-05     4.35000e-05     4.40000e-05     4.45000e-05
4.50000e-05     4.55000e-05     4.60000e-05     4.65000e-05     4.70000e-05

dv> xplot(a,Xaxis=b)

Images

xplot.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 06-19-2008

Personal tools