ukaea / PROCESS

PROCESS is a systems code at UKAEA that calculates in a self-consistent manner the parameters of a fusion power plant with a specified performance, ensuring that its operating limits are not violated, and with the option to optimise to a given function of these parameters.
https://ukaea.github.io/PROCESS/
MIT License
34 stars 11 forks source link

WIP: Resolve "Plot failed MC runs in a different colour with hdf_to_scatter.py" - [opened] #2695

Open jonmaddock opened 2 years ago

jonmaddock commented 2 years ago

In GitLab by @ym1906 on Aug 23, 2022, 08:55

_Merges 1739-plot-failed-mc-runs-in-a-different-colour-with-hdf_toscatter-py -> develop

We wanted to have the option to plot the failed MC runs on the same figure in red. However it seemed like it wasn't a simple addition and required the matrix scatter plot function to be rewritten inside this script with some modifications. Now the script produces the same result as before but you can customise the plots on a granular level within the script if desired.

Use the -pf/--plot_failures option in the CLI when running the script. This will plot the failed runs in RED.

Closes #1739

jonmaddock commented 2 years ago

In GitLab by @ym1906 on Aug 23, 2022, 15:25

added 2 commits

Compare with previous version

jonmaddock commented 2 years ago

In GitLab by @ym1906 on Aug 23, 2022, 15:28

added 1 commit

Compare with previous version

jonmaddock commented 2 years ago

In GitLab by @ym1906 on Aug 23, 2022, 16:34

added 1 commit

Compare with previous version