Skip to content

Commit

Permalink
Merge pull request #873 from PCMDI/lee1043-patch-1
Browse files Browse the repository at this point in the history
Update parallel_coordinate_plot_lib.py
  • Loading branch information
lee1043 committed Sep 22, 2022
2 parents f718b20 + 78bc606 commit 5cefcb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def parallel_coordinate_plot(
showextrema=False,
)
for pc in violin["bodies"]:
pc.set_facecolor("grey")
pc.set_facecolor(violin_colors[0])
pc.set_edgecolor("None")
pc.set_alpha(0.8)
else:
Expand Down

0 comments on commit 5cefcb9

Please sign in to comment.