Skip to content

Commit

Permalink
Passing colors to the 1D plots in corner plot.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvernard committed Jul 31, 2023
1 parent b10ab1c commit 3ace975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolest/api/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def plot_corner(parameter_id_list,chain_objs,chain_dirs,chain_names=None,point_e

# Make the plot
image = plots.getSubplotPlotter(subplot_size=1)
image.triangle_plot(mcsamples,params=parameter_id_list,legend_labels=chain_names,filled=True,colors=colors)
image.triangle_plot(mcsamples,params=parameter_id_list,legend_labels=chain_names,filled=True,colors=colors,diag1d_kwargs={'colors':colors})

my_linestyles = ['solid','dotted','dashed','dashdot']
my_markers = ['s','^','o','star']
Expand Down

0 comments on commit 3ace975

Please sign in to comment.