% Statistical Graphics Toolbox. % Version 1.1 10-Oct-2006 % By Thomas Minka % (c) Microsoft Corporation. All rights reserved. % % Making plots % labeled_curves - Draw multiple curves in different colors with labels. % color_plot - Scatterplot with colored points. % hhist - Locally-adaptive unbiased density estimate. % draw_circle - Add circles to current plot. % draw_ellipse - Add ellipses to current plot. % draw_ellipse_axes - Add ellipse major and minor axes to current plot. % draw_line_clip - Add a line with given parameters to current plot. % % Enhancing plots % axis_pct - Set reasonable axis limits. % mobile_text - Add draggable text to current plot. % mobile_points - Add draggable points to current plot. % move_obj - Make a graphics object draggable. % set_linespec - Set the color and line style of a graphics object. % % Utilities % quantile - Quantiles of a data vector. % cut_quantile - Index of quantiles. % cut_diverging - Index of sign-balanced quantiles. % YlGnBu_colors - A good sequential colormap. % YR_colors - A good sequential colormap. % RYB_colors - A good diverging colormap.