Closed MerktSimon closed 4 years ago
not sure if I understand the visualization folder correctly, but since "yScale" does not even appear in the whole folder except once when setting defaults, this is bound to not work.
in addition: also for xScale I assume log and log10 cannot give different results currently. In the implementation, one must use ax[axx, axy].set_xscale("log", basex=10)
in plotting_config.py
xScale is implemented actually. It can do "linear", "log(10)" and "order". Contrary to the data format documentation where "order" does not appear at all, there is no difference between "log" and "log10". The former does nothing and the latter results in the `set_xscale("log").
we should agree on what log or log10 implies and which bases we want to use. Then I will implement this analogously for yscale
log would be to the basis e, and log10 for the basis 10, scaling the axis accordingly. those are the bases we allow for scaling in petab throughout.
If you chose log or log10 in the field
yScale
in the visualization file it has no effect on the plot. Example Isensee: