Commit ca8cfea5b56f45e38acbc0948846fa891c331f1c
1 parent
f961b376
Exists in
master
and in
7 other branches
logarithmic scale for spectro
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PARAM_DEF/ulys_el_2d.xml
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | </params> |
26 | 26 | <axes> |
27 | 27 | <yAxis> |
28 | - <digitalAxis id="y-left" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
28 | + <digitalAxis id="y-left" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
29 | 29 | <range extend="true"/> |
30 | 30 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
31 | 31 | <legend/> |
... | ... |