lineplots/
vis_scatterplot_matrix.pro
includes main-level programtop vis_scatterplot_matrix
vis_scatterplot_matrix, data [, _extra=keywords]
Create a matrix of scatter plots.
Parameters
- data in required type=fltarr(m, n)
m data sets of n elements each
Keywords
- _extra in optional type=keywords
keywords to PLOT routine
Examples
Try the main-level example program at the end of this file:
IDL> .run vis_scatterplot_matrix
File attributes
Modification date: | Mon Nov 29 18:32:44 2010 |
Lines: | 61 |
Docformat: | rst rst |