gplot

From DavinciWiki
Revision as of 16:45, 3 March 2006 by Cedwards (Talk | contribs)

Jump to: navigation, search


Description

Plot an object using Gnuplot

Arguments and Return Values

Arguments: A numeric array

Return Value: None. External viewer launched.

Usage

Syntax: gplot(VAL)

The gplot function passes the specified argument to an external plotting program (gnuplot). The data is passed as it is stored in memory.

Similar to xplot() but doesn't have the ability to specify the x-axis.

Examples

dv> a
4x3x2 array of float, bsq format [96 bytes]
0.00000 1.00000 2.00000 3.00000
4.00000 5.00000 6.00000 7.00000
8.00000 9.00000 10.0000 11.0000

0.182232        0.0875750       0.336909        0.376527
0.819487        0.218594        0.0555539       0.592581
0.280313        0.960312        0.0637262       0.452250

dv> gplot(a[,,1])

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: 03-27-2006

Personal tools