# Created by Octave 3.2.4, Tue Nov 23 12:52:51 2010 EST <mockbuild@jetta.math.Princeton.EDU.private>
# name: cache
# type: cell
# rows: 3
# columns: 9
# name: <cell-element>
# type: string
# elements: 1
# length: 8
colstyle
# name: <cell-element>
# type: string
# elements: 1
# length: 310
 -- Function File: [L, C, M, MSG] = colstyle (S)
     Parse a linespec and return its components. The linetype is
     returned as the variable L, the color as C and the marker type as
     M. If the linespec is incorrectly parsed, do not return an error
     but rather return the error as the argument MSG.


# name: <cell-element>
# type: string
# elements: 1
# length: 43
Parse a linespec and return its components.

# name: <cell-element>
# type: string
# elements: 1
# length: 8
dxfwrite
# name: <cell-element>
# type: string
# elements: 1
# length: 245
 -- Function File: NB = dxfwrite (FILENAME, PL, ...)
     Write FILENAME as a DXF file. Polyline PL must be defined as
     matrix of 1, 2 or 3 columns respectively for x, y and z
     coordinates. The number of polyline (NB) or 0 is returned.


# name: <cell-element>
# type: string
# elements: 1
# length: 29
Write FILENAME as a DXF file.

# name: <cell-element>
# type: string
# elements: 1
# length: 6
ginput
# name: <cell-element>
# type: string
# elements: 1
# length: 292
 -- Function File: [X, Y, BUTTONS] = ginput (N)
     Return which mouse buttons were pressed and keys were hit on the
     current figure. If N is defined, then wait for N mouse clicks
     before returning. If N is not defined, then `ginput' will loop
     until the return key is pressed.


# name: <cell-element>
# type: string
# elements: 1
# length: 80
Return which mouse buttons were pressed and keys were hit on the current
figure.

# name: <cell-element>
# type: string
# elements: 1
# length: 5
gtext
# name: <cell-element>
# type: string
# elements: 1
# length: 361
 -- Function File:  gtext (S)
 -- Function File:  gtext (..., PROP, VAL)
     Places text on the current figure. The text can be defined by the
     string S. If S is a cell array, each element of the cell array is
     written to a separate line.

     Additional arguments are passed to the underlying text object as
     properties.

     See also: ginput



# name: <cell-element>
# type: string
# elements: 1
# length: 34
Places text on the current figure.

# name: <cell-element>
# type: string
# elements: 1
# length: 6
hist2d
# name: <cell-element>
# type: string
# elements: 1
# length: 230
 hist2d ([x,y], xbins, ybins, norm)
 Produce a 2D histogram.

 Points xi,yi are stored in a 2-column array.
 If ybins is missing, use xbins.
 If bins is a scalar, use that many bins.
 If bins is a vector, it represents bin edges.

# name: <cell-element>
# type: string
# elements: 1
# length: 60
 hist2d ([x,y], xbins, ybins, norm)
 Produce a 2D histogram.

# name: <cell-element>
# type: string
# elements: 1
# length: 4
tics
# name: <cell-element>
# type: string
# elements: 1
# length: 399
 tics(axis,[pos1,pos2,...],['lab1';'lab2';...])

 Explicitly set the tic positions and labels for the given axis.

 If no positions or labels are given, then restore the default.
 If positions are given but no labels, use those positions with the
 normal labels.  If positions and labels are given, each position
 labeled with the corresponding row from the label matrix.

 Axis is 'x', 'y' or 'z'.

# name: <cell-element>
# type: string
# elements: 1
# length: 23
 tics(axis,[pos1,pos2,.

# name: <cell-element>
# type: string
# elements: 1
# length: 10
tricontour
# name: <cell-element>
# type: string
# elements: 1
# length: 744
 -- Function File:  tricontour (TRI, X, Y, Z, LEVELS)
 -- Function File:  tricontour (TRI, X, Y, Z, LEVELS, LINESPEC)
     Plot level curves for the values of `Z' on a triangular mesh in 2D.
     The variable TRI is the triangular meshing of the points `(X, Y)'
     which is returned from `delaunay'. The variable LEVELS is a vector
     with the values of the countour levels.  If LEVELS is a scalar,
     then it corresponds to the number of level curves to be drawn. If
     exactly one level curve is desired, list the level twice in the
     vector LEVELS.  If given, the LINESPEC determines the properties
     to use for the lines. The output argument H is the graphic handle
     to the plot.

     See also: plot, trimesh, delaunay



# name: <cell-element>
# type: string
# elements: 1
# length: 67
Plot level curves for the values of `Z' on a triangular mesh in 2D.

# name: <cell-element>
# type: string
# elements: 1
# length: 18
waitforbuttonpress
# name: <cell-element>
# type: string
# elements: 1
# length: 220
 -- Function File: B = waitforbuttonpress ()
     Wait for button or mouse press.over a figure window. The value of
     B returns 0 if a mouse button was pressed or 1 is a key was
     pressed.

     See also: ginput



# name: <cell-element>
# type: string
# elements: 1
# length: 31
Wait for button or mouse press.

# name: <cell-element>
# type: string
# elements: 1
# length: 4
zoom
# name: <cell-element>
# type: string
# elements: 1
# length: 50
 zoom ...
   Compatibility function; does nothing

# name: <cell-element>
# type: string
# elements: 1
# length: 7
 zoom .

