Commit db977ea21e5c3c3323810e0a54f2d5e732316814
1 parent
fa5b9a4b
Exists in
master
and in
7 other branches
linera scale to logarithmic
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
PARAM_DEF/cce_mepa_pa_para.xml
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | </timeAxis> |
30 | 30 | </xAxis> |
31 | 31 | <yAxis> |
32 | - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
32 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | 33 | <range extend="true"/> |
34 | 34 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
35 | 35 | <legend/> | ... | ... |
PARAM_DEF/cce_mepa_pa_perp.xml
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | </timeAxis> |
30 | 30 | </xAxis> |
31 | 31 | <yAxis> |
32 | - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
32 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
33 | 33 | <range extend="true"/> |
34 | 34 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
35 | 35 | <legend/> | ... | ... |