dieterich-lab / medex

Intuitive Graphical User Interface for Medical Data Exploration
MIT License
4 stars 3 forks source link

Introduce switch to change between a linear and log scale #13

Closed AljoschaK closed 4 years ago

AljoschaK commented 4 years ago

Many values in the medical context are rather log normal distributed than gaus normaldistributed. It would make sense to introduce a switch, so that the user can for numeric variables show the values on a log-scaled axis. there seem to be already a solution in plotly..

The most important plots for this feature would be the scatter-plot, followed by the boxplot. Other plots needing that feature might be possible.