plotConfig.xml 4.03 KB
<?xml version="1.0" encoding="UTF-8"?>
<root>
	<default>
		<page dimension="ISO A4" orientation="landscape" mode="color" dpi="90">
			<font name="sans-serif" size="8" />
			<margin x="5" y="5" /> <!-- in mm -->
		</page>
		<panel resolution="3000" backgroundColor="[255,255,255]"> <!-- charSizeUnits defines space to set all around plot area -->
			<title position="top" align="center" />
			<timeAxis id="timeAxis" format="dd/mm/yy" reverse="false" color="[0,0,0]" position="bottom" thickness="1">
				<legend text="Time, UT" />
			</timeAxis>
			<epochAxis id="epochAxis" format="dd/mm/yy" reverse="false" color="[0,0,0]" position="bottom" thickness="1">
				<legend text="Relative Time" />
			</epochAxis>
			<colorAxis id="colorAxis" scale="linear" color="[0,0,0]" reverse="false" position="right" />
			<xAxis scale="linear" reverse="false" color="[0,0,0]" position="bottom" thickness="1" />
			<yAxis scale="linear" reverse="false" color="[0,0,0]" position="left" thickness="1" />
			<timePlot xAxis="timeAxis" zAxis="colorAxis">
				<line type="line" style="plain" width="1" />
				<symbol type="no" size="4" />
			</timePlot>
			<epochPlot xAxis="epochAxis" zAxis="colorAxis">
				<line type="line" style="plain" width="1" />
				<symbol type="no" size="4" color="[0,0,255]" />
			</epochPlot>
			<xyPlot zAxis="colorAxis">
				<line type="no" style="plain" width="1" />
				<symbol type="dot" size="4"  />
				<resampling type="auto"/>
				<timeTick step="0" number="0" minor="0" color="[0,0,0]">
					<font name="sans-serif" size="5" style="upright" weight="medium" />
					<firstSymbol type="triangle" size="5" color="[120,0,0]" />
					<symbol type="circle" size="5" color="[120,120,0]" />
				</timeTick>
			</xyPlot>
			<histoPlot zAxis="colorAxis">
			</histoPlot>
			<instantPlot zAxis="colorAxis">
				<line type="no" style="plain" color="[255,0,0]" width="1" />
				<symbol type="dot" size="4" color="[0,0,255]" />
			</instantPlot>
		</panel>
	</default>
	<colormap path="plplot/">
		<grayscale default="0"> <!-- default is map index used for auto line color generation -->
			<file index="0">cmap0_black_on_white.pal</file>
			<file index="1">cmap1_gray.pal</file>
		</grayscale>
		<color default="0">
			<file index="0">cmap0_default.pal</file>
			<file index="1">cmap1_default.pal</file>
			<file index="2">cmap0_test.pal</file>
		</color>
		<coloraxis default="0">
			<file index="0">cmap1_blue_red.pal</file>
			<file index="1">cmap1_default.pal</file>
			<file index="2">cmap1_blue_yellow.pal</file>
			<file index="3">cmap1_gray.pal</file>
			<file index="4">cmap1_amda_default.pal</file>
            <file index="5">cmap1_geowhite.pal</file>
            <file index="6">cmap1_geoblack.pal</file>
            <file index="7">cmap1_dark_violet_yellow.pal</file>
            <file index="8">cmap1_red_blue.pal</file>
			
			<file index="9">cmap1_acton.pal</file>
			<file index="10">cmap1_bam.pal</file>
			<file index="11">cmap1_bamako.pal</file>
			<file index="12">cmap1_batlow.pal</file>
			<file index="13">cmap1_batlowK.pal</file>
			<file index="14">cmap1_batlowW.pal</file>
			<file index="15">cmap1_bilbao.pal</file>
			<file index="16">cmap1_buda.pal</file>
			<file index="17">cmap1_davos.pal</file>
			<file index="18">cmap1_devon.pal</file>
			<file index="19">cmap1_grayC.pal</file>
			<file index="20">cmap1_hawaii.pal</file>
			<file index="21">cmap1_imola.pal</file>
			<file index="22">cmap1_lajolla.pal</file>
			<file index="23">cmap1_lapaz.pal</file>
			<file index="24">cmap1_nuuk.pal</file>
			<file index="25">cmap1_oslo.pal</file>
			<file index="26">cmap1_tokyo.pal</file>
			<file index="27">cmap1_turku.pal</file>
			<file index="28">cmap1_div_bam.pal</file>
			<file index="29">cmap1_div_berlin.pal</file>
			<file index="30">cmap1_div_broc.pal</file>
			<file index="31">cmap1_div_cork.pal</file>
			<file index="32">cmap1_div_lisbon.pal</file>
			<file index="33">cmap1_div_roma.pal</file>
			<file index="34">cmap1_div_tofino.pal</file>
			<file index="35">cmap1_div_vanimo.pal</file>
			<file index="36">cmap1_div_vik.pal</file>

		</coloraxis>
	</colormap>
</root>