idllib

Personal IDL library for M. Galloy

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

misc/

mg_timeline.pro

includes main-level program

MG_TIMELINE is a timeline creation routine which creates a PostScript output file from an XML input file.

Examples

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

IDL> .run mg_timeline
This should produce a timeline; below is a small section of it:

Class description for mg_timelineactivity

Properties

start get set
report get set
name get set
value get set
color get set
level get set

Class description for mg_timelineinterval

Properties

name get set
color get set
end_date get set
level get set
start_date get set

Class description for mg_timelineevent

Properties

color get set
date get set
text get set
level get set

Class description for mg_timeline

Inheritance

Properties

ticks get
mark_now get
activities get
_extra init
now_color get
intervals get
end_date get
events get
start_date get

top source mg_timeline

mg_timeline, filename, outputFilename

Create a timeline from the given input file.

Parameters

filename in required type=string

input XML file

outputFilename in required type=string

name of PostScript output file

File attributes

Modification date: Mon Jun 27 10:54:09 2011
Lines: 624
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.