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

two-output & scatterplot #37

Open gnopik opened 1 month ago

gnopik commented 1 month ago

Things we need to realize for the two-output analysis:

  1. switch to two outputs
  2. selection box for the second output
  3. scatterplot
  4. reduction of points slicer (e.g. every 100th row) to avoid overcrowding
  5. SimDec histograms on the sides

Example: image

Possible solutions for point 5: https://seaborn.pydata.org/generated/seaborn.jointplot.html https://seaborn.pydata.org/generated/seaborn.pairplot.html https://seaborn.pydata.org/generated/seaborn.rugplot.html#seaborn.rugplot