Simulation-Decomposition / simdec-python

Sensitivity analysis using simulation decomposition
https://simdec.readthedocs.io
BSD 3-Clause "New" or "Revised" License
21 stars 0 forks source link

X-axis limits #29

Closed gnopik closed 3 months ago

gnopik commented 3 months ago

Would it be possible/easy to give the user an input for X-axis limits in the dashboard? That would allow fair comparison of different outputs and more decent scientific reporting. The axis limits should affect both, histogram and box plots. And the input area can be placed just under the number of bins slicer.

tupui commented 3 months ago

Done in e78e7bfea55ab63b2464094b743330af99892b27

gnopik commented 3 months ago

Cool! Would it make sense to add rounding to numbers? image

tupui commented 3 months ago

Done in 665934688036a610c7b3ffa159a7ac03a128d176 I limited to 3 decimals. It becomes hairy to cover all formatting cases. Like super low values etc.

gnopik commented 3 months ago

Yes, makes sense.