An error occurred while fetching this tab.
Add linestyle option for plot_multiple
- Jun 09, 2023
-
-
Rhiannon Udall authored
-
Rhiannon Udall authored
-
Rhiannon Udall authored
-
- Jun 08, 2023
-
-
Rhiannon Udall authored
-
Sometimes one may wish to use linestyles as well as colors to differentiate results plotted together with plot_multiple
. This merge request adds that functionality.
In the process, I found that hist_kwargs
and label_kwargs
would not update properly in plot_corner
, overwriting defaults instead of updating them. This MR now fixes that issue as well.