PLOTBREAK
Name
PLOTBREAK
Purpose
Plot a data set with a break as per:
http://groups.google.com/group/comp.lang.idl-pvwave/browse_frm/thread/ce29c1ba4693c373
Should be a drop-in replacement for PLOT.
Category
Plotting
Calling Sequence
PLOTBREAK, X, Y
Inputs
X: an array, similar to what you might pass to PLOT
Y: an array, similar to what you might pass to PLOT
Keyword Parameters
BREAKPCT: The percentage horizontally across the plot where the
break should occur. Defaults to 50%
GAP: The break size.
VERTBAR: If a vertical bar should be drawn instead of "/" marks.
XRANGE0: The xrange of the left part
XRANGE1: The xrange of the right part
Etc... more complete documentation to come as code matures.
Example
For now see testing code at bottom.
Modification History
Written by: Ken Mankoff, 2010-04-03.