Skip to content

Commit

Permalink
CC
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 9, 2024
1 parent dcc2100 commit 51e36ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pycbc/results/scatter_histograms.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ def create_multidim_plot(parameters, samples, labels=None,
else:
cmap_norm = colors.Normalize(vmin=vmin, vmax=vmax)


plt = ax.scatter(x=samples[px], y=samples[py], c=zvals, s=5,
edgecolors='none', norm=cmap_norm,
cmap=scatter_cmap, alpha=alpha, zorder=2)
Expand Down

0 comments on commit 51e36ca

Please sign in to comment.