Graphical Analysis Aids: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
:[[abline]] - Draws a line on the current axes with a given slope and intercept. | :[[abline]] - Draws a line on the current axes with a given slope and intercept. | ||
:[[dp]] - Draws a diagonal line on an existing figure. | :[[dp]] - Draws a diagonal line on an existing figure. | ||
Line 10: | Line 9: | ||
:[[yscale]] - Rescales the y-axis limits on each subplot in a figure. | :[[yscale]] - Rescales the y-axis limits on each subplot in a figure. | ||
:[[subgroupcl]] - Displays a confidence ellipse for points in a two-dimensional plot. | :[[subgroupcl]] - Displays a confidence ellipse for points in a two-dimensional plot. | ||
(Sub topic of [[Import_View_Data|Import_View_Data]]) |
Latest revision as of 15:40, 2 September 2008
- abline - Draws a line on the current axes with a given slope and intercept.
- dp - Draws a diagonal line on an existing figure.
- hline - Adds horizontal lines to figure at specified locations.
- vline - Adds vertical lines to figure at specified locations.
- zline - Adds vertical lines to 3D figure at specified locations.
- ellps - Plots an ellipse on an existing figure.
- gselect - Selects objects in a figure (various selection styles).
- mplot - Automatic creation of subplots and plotting.
- yscale - Rescales the y-axis limits on each subplot in a figure.
- subgroupcl - Displays a confidence ellipse for points in a two-dimensional plot.
(Sub topic of Import_View_Data)