Matlab-like plotting library


Table of Contents

I. Matlab-like plotting library
axis — Sets ot gets the axis limits of a 2D or 3D graph
background — background property
caxis — CAXIS Pseudocolor axis
cla — clears the current axes structure
clf — clears a figure
colorbar — adds a colorbar to the current shaded plot
colormap — Set/get the RGB colormap of currently active figure
fig — creates/activates a window
fill — Display 2-D filled polygons with pseudo-color
fill3 — Display 3-D filled polygons with pseudo-color
foreground — foreground property
grid — Add a grid on a 2D or a 3D plot
hold — holds/releases current graph limits.
legend — graph legend
light — property for surfaces with lighting
loglog — logarithmic scaled plot
mesh — Display 3-D mesh surface
pcolor — Pseudo color 2-D plot
plot — linear 2D plot
plot3 — Plot lines and points in 3-D space.
plotlib — oveview of plotlib functions
plotlibmode — plotlib compatibility mode
quiver — 2D vector field plot
semilogx — semi-log scaled plot
semilogy — semi-log scaled plot
shg — Brings a window in the foreground
subplot — Add short description here.
surf — Display 3-D color surface
surf — Display 3-D color surface wih lighting
ticksX — X ticks property
ticksY — Y ticks property
title — plot title label
trimesh — Display surface mesh defined by a triangulation
tripcolor — Pseudo color 2-D plot based on a triangulation
trisurf — Display surface defined by a triangulation
trisurfl — Display surface defined by a triangulation with lighting
view — viewpoint property for 3 graphs
whitebg — Set the default color scheme
xlabel — X-axis label
ylabel — Y-axis label
zlabel — Z-axis label

List of Tables

1.