mglib

Personal IDL library for M. Galloy

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

vis/lineplots/

mg_datavase.pro


Based on the paper "Data Vases: Plots for Visualizing Multiple Time Series" by Sidharth Thakur and Theresa-Marie Rhyne.

Examples

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

IDL> .run mg_datavase
This should produce the following:

Routines

top mg_datavase

mg_datavase, x, data, xstyle=xstyle, ystyle=ystyle, axes_color=axes_color, colors=colors, _extra=_extra

Parameters

x in required type=fltarr(n)

independent variable

data in required type=fltarr(m, n)

m data sets of n elements each

Keywords

xstyle
ystyle
axes_color
colors
_extra

File attributes

Modification date: Wed May 14 15:07:15 2014
Lines: 56
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.