source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/lightspeed/graphics/Contents.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1% Statistical Graphics Toolbox.
2% Version 1.1   10-Oct-2006
3% By Thomas Minka
4% (c) Microsoft Corporation. All rights reserved.
5%
6% Making plots
7%   labeled_curves   - Draw multiple curves in different colors with labels.
8%   color_plot       - Scatterplot with colored points.
9%   hhist            - Locally-adaptive unbiased density estimate.
10%   draw_circle      - Add circles to current plot.
11%   draw_ellipse     - Add ellipses to current plot.
12%   draw_ellipse_axes - Add ellipse major and minor axes to current plot.
13%   draw_line_clip   - Add a line with given parameters to current plot.
14%
15% Enhancing plots
16%   axis_pct         - Set reasonable axis limits.
17%   mobile_text      - Add draggable text to current plot.
18%   mobile_points    - Add draggable points to current plot.
19%   move_obj         - Make a graphics object draggable.
20%   set_linespec     - Set the color and line style of a graphics object.
21%
22% Utilities
23%   quantile         - Quantiles of a data vector.
24%   cut_quantile     - Index of quantiles.
25%   cut_diverging    - Index of sign-balanced quantiles.
26%   YlGnBu_colors    - A good sequential colormap.
27%   YR_colors        - A good sequential colormap.
28%   RYB_colors       - A good diverging colormap.
Note: See TracBrowser for help on using the repository browser.