xplot
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
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, [, VAL1...] [, 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] 83.9171 88.0045 61.4173 36.5648 80.3389 34.5538 70.5200 28.6198 22.2069 36.7763 33.8591 52.7945 3.88849 23.4578 87.3476 dv> b 15x1x1 array of float, bsq format [60 bytes] 4.00000e-05 4.01000e-05 4.02000e-05 4.03000e-05 4.04000e-05 4.05000e-05 4.06000e-05 4.07000e-05 4.08000e-05 4.09000e-05 4.10000e-05 4.11000e-05 4.12000e-05 4.13000e-05 4.14000e-05 dv> xplot(a,Xaxis=b)
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 06-19-2008 |
