mglib

Personal IDL library for M. Galloy

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

vis/lineplots/

mg_bubblechart.pro


Create a simple bubblechart.

Examples

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

IDL> .run mg_bubblechart
This should produce the following:

Routines

Routines from mg_bubblechart.pro

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

Plot the bubbles.

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

Routine details

top mg_bubblechart_overplot

mg_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 mg_bubblechart

mg_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: Wed May 14 15:07:15 2014
Lines: 57
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.