lineplots/
vis_bubblechart.pro
includes main-level programCreate a simple bubblechart.
Examples
Try the main-level example program at the end of this file:
IDL> .run vis_bubblechart
Routines
Routine details
top vis_bubblechart_overplot
vis_bubblechart_overplot, x, y, size=fltarr, color=bytarr/lonarr [, _extra=keywords]
Plot the bubbles.
Parameters
- x in required type=fltarr
- y in required type=fltarr
Keywords
- size in required type=fltarr
array of bubble sizes
- color in required type=bytarr/lonarr
array of color values
- _extra in optional type=keywords
POLYFILL keywords
File attributes
Modification date: | Mon Nov 29 18:32:44 2010 |
Lines: | 108 |
Docformat: | rst rst |