Commit da2e1c770b894b239719ebbdd52ff0bf7ee32de0
1 parent
0e742830
Exists in
master
and in
7 other branches
corrected log scale for colors
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PARAM_DEF/ulys_el_2d.xml
... | ... | @@ -32,7 +32,7 @@ |
32 | 32 | </digitalAxis> |
33 | 33 | </yAxis> |
34 | 34 | <zAxis> |
35 | - <colorAxis colorMapIndex="1" reverse="false" scale="linear" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
35 | + <colorAxis colorMapIndex="1" reverse="false" scale="logarithmic" color="[0,0,0]" thickness="1" showLegend="true" showTickMark="true"> | |
36 | 36 | <range extend="true"/> |
37 | 37 | <tick position="outwards" minorGrid="false" majorGrid="false"/> |
38 | 38 | </colorAxis> |
... | ... |