splot
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: > 1.73 Current Davinci Version: 2.27 64-bit Safe: No
Description Surface Plot. splot() sends 2-d data arrays to Gnuplot for plotting.
Arguments and Return Values Arguments: numeric arrays and optional name string and flags (see below) Return Value:optional string containing the often lengthy Gnuplot command. GnuPlot is launched and displays graph.
Usage Syntax: splot(object1[, label=STRING][, pm3d=INT][, xscale=FLOAT][, yscale=FLOAT]) label: A string to use as the name of the plot object. Does not need to be specifically called. An undefined string in the command buffer will be used as the label.
Examples dv> a=read("mola.cub") 1517x943x1 array of short, bsq format [2,861,062 bytes] dv> splot(a[::10,::10],pm3d=1)
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 10-01-2009 |