Panel : Epoch Plot
'Epoch'-type panel defines time axe in 'relative' time units using Center Time defined in the input catalog.
An example of Catalog suitable as input for EpochPlot :
<?xml version="1.0"?>
<timetable xml:id="cat_0">
<name>epoch_test</name>
<created>2015-09-24T13:49:15</created>
<description>test catalog</description>
<nbIntervals>5</nbIntervals>
<parameters>
<parameter id="center" name="CenterTime" size="1" .../>
</parameters>
<intervals>
<start>2004-11-16T00:00:00</start>
<stop>2004-11-28T00:00:00</stop>
<param>2004-11-20T00:00:00</param>
</intervals>
<intervals>
<start>2004-12-16T22:53:50</start>
<stop>2004-12-27T22:54:20</stop>
<param>2004-12-25T10:00:00</param>
</intervals>
....
If you use as input catalog the catalog above you should set Epoch Center Time Id = center (parameter id="center")
and get the following plot (of course if you have selected Epoch Superposed Mode at Page Level):
To scale time intervals select the Normalized option at Axes/EpochAxis level: