API documentation for visualization library

Michael Galloy

single page | use frames     summary     class     fields     routine details     file attributes

lineplots/

vis_bubblechart.pro

includes main-level program

Create a simple bubblechart.

Examples

Try the main-level example program at the end of this file:

IDL> .run vis_bubblechart
This should produce the following:

Routines

vis_bubblechart_overplot, x, y, size=fltarr, color=bytarr/lonarr [, _extra=keywords]

Plot the bubbles.

vis_bubblechart, x, y, size=size, area=area, color=color, axes_color=axes_color, overplot=overplot, _extra=_extra

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

top vis_bubblechart

vis_bubblechart, x, y, size=size, area=area, color=color, axes_color=axes_color, overplot=overplot, _extra=_extra

Parameters

x
y

Keywords

size
area
color
axes_color
overplot
_extra

File attributes

Modification date: Mon Nov 29 18:32:44 2010
Lines: 108
Docformat: rst rst