Commit 7e5d46239b6a3adcbf94340b3b0a9b1f6327e2ed
1 parent
fa5b9a4b
Exists in
master
and in
7 other branches
mepa pitch
Showing
7 changed files
with
55 additions
and
29 deletions
Show diff stats
INTERNAL_PARAM_DEF/cce_mepa_pa_energy.xml renamed to PARAM_DEF/cce_mepa_pa_energy.xml
PARAM_DEF/cce_mepa_pa_para.xml
... | ... | @@ -21,24 +21,17 @@ |
21 | 21 | </param> |
22 | 22 | </params> |
23 | 23 | <axes> |
24 | - <xAxis> | |
25 | - <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
26 | - <range extend="true"/> | |
27 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
28 | - <legend/> | |
29 | - </timeAxis> | |
30 | - </xAxis> | |
31 | 24 | <yAxis> |
32 | - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | - <range extend="true"/> | |
34 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
25 | + <digitalAxis id="y-left" scale="linear" showLegend="true" > | |
26 | + <range/> | |
27 | + <tick/> | |
35 | 28 | <legend/> |
36 | 29 | </digitalAxis> |
37 | 30 | </yAxis> |
38 | 31 | <zAxis> |
39 | - <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
40 | - <range extend="true"/> | |
41 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
32 | + <colorAxis colorMapIndex="1" scale="logarithmic" showLegend="true"> | |
33 | + <range/> | |
34 | + <tick/> | |
42 | 35 | </colorAxis> |
43 | 36 | </zAxis> |
44 | 37 | </axes> |
... | ... |
PARAM_DEF/cce_mepa_pa_perp.xml
... | ... | @@ -21,26 +21,19 @@ |
21 | 21 | </param> |
22 | 22 | </params> |
23 | 23 | <axes> |
24 | - <xAxis> | |
25 | - <timeAxis format="dd/mm/yy" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
26 | - <range extend="true"/> | |
27 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
28 | - <legend/> | |
29 | - </timeAxis> | |
30 | - </xAxis> | |
31 | 24 | <yAxis> |
32 | - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | - <range extend="true"/> | |
34 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
25 | + <digitalAxis id="y-left" reverse="false" scale="linear" showLegend="true"> | |
26 | + <range/> | |
27 | + <tick/> | |
35 | 28 | <legend/> |
36 | 29 | </digitalAxis> |
37 | 30 | </yAxis> |
38 | - <zAxis> | |
39 | - <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
40 | - <range extend="true"/> | |
41 | - <tick position="outwards" minorGrid="false" majorGrid="false"/> | |
31 | + <zAxis> | |
32 | + <colorAxis colorMapIndex="1" scale="logarithmic" showLegend="true"> | |
33 | + <range/> | |
34 | + <tick/> | |
42 | 35 | </colorAxis> |
43 | - </zAxis> | |
36 | + </zAxis> | |
44 | 37 | </axes> |
45 | 38 | </timePlot> |
46 | 39 | </plot> |
... | ... |