allchild | % Find all children including hidden children of an object. |
ancestor | % Return the first ancestor of handle object @var{h} whose type matches |
area | % Area plot of cumulative sum of the columns of @var{y}. This shows the |
axes | % Create an axes object and return a handle to it. |
axis | % Set axis limits for plots. |
backend | % Change the default graphics backend to @var{name}. If the backend is |
bar | % Produce a bar graph from two vectors of x-y data. |
barh | % Produce a horizontal bar graph from two vectors of x-y data. |
box | % Control the display of a border around the plot. |
caxis | % Set color axis limits for plots. |
cla | % Delete the children of the current axes with visible handles. |
clabel | % Adds labels to the contours of a contour plot. The contour plot is specified |
clf | % Delete the children of the current figure with visible handles. |
close | % Close figure window(s) by calling the function specified by the |
closereq | % Close the current figure and delete all graphics objects associated |
colorbar | % Adds a colorbar to the current axes. Valid values for @var{s} are |
colstyle | % Parse a linespec and return its components. The linetype is returned |
comet | % Produce a simple comet style animation along the trajectory provided by |
compass | % |
contour | % Plot level curves (contour lines) of the matrix @var{z}, using the |
contour3 | % Plot level curves (contour lines) of the matrix @var{z}, using the |
contourc | % Compute isolines (contour lines) of the matrix @var{z}. |
contourf | % Compute and plot filled contours of the matrix @var{z}. |
cylinder | % Generates three matrices in @code{meshgrid} format, such that |
diffuse | % Calculate diffuse reflection strength of a surface defined by the normal |
dxfwrite | % |
ellipsoid | % Generate three matrices in @code{meshgrid} format that define an |
errorbar | % This function produces two-dimensional plots with errorbars. Many |
ezcontour | % |
ezcontourf | % |
ezmesh | % |
ezmeshc | % |
ezplot | % |
ezplot3 | % |
ezpolar | % |
ezsurf | % |
ezsurfc | % |
feather | % |
figure | % Set the current plot window to plot window @var{n}. If no arguments are |
fill | % Create one or more filled patch objects, returning a patch object for each. |
findall | % Find object with specified property values including hidden handles. |
findobj | % Find object with specified property values. The simplest form is |
fplot | % Plot a function @var{fn}, within the defined limits. @var{fn} |
gca | % Return a handle to the current axis object. If no axis object |
gcbf | % Return a handle to the figure containing the object whose callback |
gcbo | % Return a handle to the object whose callback is currently |
gcf | % Return the current figure handle. If a figure does not exist, create |
ginput | % Return which mouse buttons were pressed and keys were hit on the current |
gnuplot_binary | % Query or set the name of the program invoked by the plot command. |
gnuplot_drawnow | % Update and display the current graphics. |
grid | % Force the display of a grid on the plot. |
gtext | % Places text on the current figure. The text can be defined by the |
hggroup | % Create group object with parent @var{h}. If no parent is specified, |
hidden | % Manipulation the mesh hidden line removal. Called with no argument |
hist | % Produce histogram counts or plots. |
hist2d | hist2d ([x,y], xbins, ybins, norm) |
hold | % Tell Octave to `hold' the current data on the graph when executing |
isfigure | % Return true if @var{h} is a graphics handle that contains a figure |
ishghandle | % Return true if @var{h} is a graphics handle and false otherwise. |
ishold | % Return true if the next line will be added to the current plot, or |
isocolors | % |
isonormals | % |
isosurface | % |
legend | % |
line | % Create line object from @var{x} and @var{y} and insert in current |
linkprop | % Links graphics object properties, such that a change in one is |
loglog | % Produce a two-dimensional plot using log scales for both axes. See |
loglogerr | % Produce two-dimensional plots on double logarithm axis with |
mesh | % Plot a mesh given matrices @var{x}, and @var{y} from @code{meshgrid} and |
meshc | % Plot a mesh and contour given matrices @var{x}, and @var{y} from |
meshgrid | % Given vectors of @var{x} and @var{y} and @var{z} coordinates, and |
meshz | % Plot a curtain mesh given matrices @var{x}, and @var{y} from |
ndgrid | % Given n vectors @var{x1}, @dots{} @var{x}n, @code{ndgrid} returns |
newplot | % Prepare graphics engine to produce a new plot. This function should |
orient | % Set the default print orientation. Valid values for |
pareto | % Draw a Pareto chart, also called ABC chart. A Pareto chart is a bar graph |
patch | % Create patch object from @var{x} and @var{y} with color @var{c} and |
pcolor | % Density plot for given matrices @var{x}, and @var{y} from @code{meshgrid} and |
peaks | % Generate a function with lots of local maxima and minima. The function |
pie | % Produce a pie chart. |
plot | % Produces two-dimensional plots. Many different combinations of |
plot3 | % Produce three-dimensional plots. Many different combinations of |
plotmatrix | % Scatter plot of the columns of one matrix against another. Given the |
plotyy | % Plots two sets of data with independent y-axes. The arguments @var{x1} and |
polar | % Make a two-dimensional plot given the polar coordinates @var{theta} and |
print | % Print a graph, or save it to a file |
quiver | % |
quiver3 | % |
refresh | % Refresh a figure, forcing it to be redrawn. Called without an |
refreshdata | % Evaluates any datasource properties of the current figure and updates |
replot | % Refresh the plot window. |
ribbon | % Plot a ribbon plot for the columns of @var{y} vs. @var{x}. The |
rose | % |
scatter | % |
scatter3 | % |
semilogx | % Produce a two-dimensional plot using a log scale for the @var{x} |
semilogxerr | % Produce two-dimensional plots on a semilogarithm axis with errorbars. |
semilogy | % Produce a two-dimensional plot using a log scale for the @var{y} |
semilogyerr | % Produce two-dimensional plots on a semilogarithm axis with errorbars. |
shading | % Set the shading of surface or patch graphic objects. Valid arguments |
shg | % Show the graph window. Currently, this is the same as executing |
slice | % Plot slices of 3D data/scalar fields. Each element of the 3-dimensional |
sombrero | % Produce the familiar three-dimensional sombrero plot using @var{n} |
specular | % Calculate specular reflection strength of a surface defined by the normal |
sphere | % Generates three matrices in @code{meshgrid} format, such that |
spinmap | % Cycle the colormap for @var{t} seconds with an increment |
stairs | % Produce a stairstep plot. The arguments may be vectors or matrices. |
stem | % Plot a stem graph from two vectors of x-y data. If only one argument |
stem3 | % Plot a three-dimensional stem graph and return the handles of the line |
subplot | % Set up a plot grid with @var{cols} by @var{rows} subwindows and plot |
surf | % Plot a surface given matrices @var{x}, and @var{y} from @code{meshgrid} and |
surface | % Plot a surface graphic object given matrices @var{x}, and @var{y} from |
surfc | % Plot a surface and contour given matrices @var{x}, and @var{y} from |
surfl | % Plot a lighted surface given matrices @var{x}, and @var{y} from @code{meshgrid} and |
surfnorm | % Find the vectors normal to a meshgridded surface. The meshed gridded |
text | % Create a text object with text @var{label} at position @var{x}, |
tics | % tics(axis,[pos1,pos2,...],['lab1';'lab2';...]) |
title | % Create a title object and return a handle to it. |
tricontour | % Plot level curves for the values of @code{@var{z}} on a triangular mesh in 2D. |
view | % Set or get the viewpoint for the current axes. |
waitforbuttonpress | % Wait for button or mouse press.over a figure window. The value of |
xlabel | % Specify x, y, and z axis labels for the current figure. If @var{h} is |
xlim | % Get or set the limits of the x-axis of the current plot. Called without |
ylabel | % @seealso{xlabel}. |
ylim | % Get or set the limits of the y-axis of the current plot. Called without |
zlabel | % @seealso{xlabel}. |
zlim | % Get or set the limits of the z-axis of the current plot. Called without |
zoom | % zoom ... |