Skip to content

Commit

Permalink
fix(plots): use black box plots
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Sep 6, 2024
1 parent a77f19e commit 917ee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyrovelocity/plots/_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def plot_parameter_posterior_distributions(
inner_kws=dict(
box_width=1.5,
whis_width=0.75,
color=".8",
color="1",
),
log_scale=log_base,
)
Expand Down

0 comments on commit 917ee7f

Please sign in to comment.