1 parent 656a015 commit 3206a98Copy full SHA for 3206a98
1 file changed
chainconsumer/plotter.py
@@ -173,7 +173,7 @@ def plot(
173
for chain in chains:
174
if p1 not in chain.parameters:
175
continue
176
- if not chain.config["plot_contour"] or chain.config["show_as_1d_prior"]:
+ if not chain.config["plot_contour"]:
177
178
179
param_summary = summary and p1 not in blind
@@ -197,7 +197,7 @@ def plot(
197
198
if p1 not in chain.parameters or p2 not in chain.parameters:
199
200
- if not chain.config["plot_contour"]:
+ if not chain.config["plot_contour"] or chain.config["show_as_1d_prior"]:
201
202
h = None
203
if p1 in chain.parameters and p2 in chain.parameters:
0 commit comments