Add linestyle option for plot_multiple
Compare changes
- Rhiannon Udall authored
+ 16
− 3
@@ -1177,22 +1177,34 @@ class Result(object):
@@ -2029,6 +2041,7 @@ def plot_multiple(results, filename=None, labels=None, colours=None,
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
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.