vis/googlechart/
mg_gc_scatter.pro
includes main-level programRoutines
top mg_gc_scatter
result = mg_gc_scatter(x, y [, xrange=fltarr(2)] [, yrange=fltarr(2)] [, sym_size=fltarr(n)] [, dimensions=lonarr] [, url=string])
Scatter plot using Google Charts API.
Return value
bytarr(3, xsize, ysize)
Parameters
- x in required type=fltarr
x-coordinate data
- y in required type=fltarr
y-coordinate data
Keywords
- xrange in optional type=fltarr(2)
x-coordinate range of data
- yrange in optional type=fltarr(2)
y-coordinate range of data
- sym_size in optional type=fltarr(n)
size of each point in the scatter plot
- dimensions in optional type=lonarr default=[200, 100]
size of output image
- url out optional type=string
URL used by Google Charts API
Examples
Run the main-level example program:
IDL> .run mg_gc_scatter
Other attributes
- Requires:
IDL 6.4
File attributes
Modification date: | Wed May 14 15:07:15 2014 |
Lines: | 30 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.