Skip to content

Commit

Permalink
Remove unnecessary legend modification from example
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Sep 10, 2023
1 parent 4d9e619 commit 40a6365
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/heat_scatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
import seaborn as sns
from seaborn._compat import get_legend_handles
sns.set_theme(style="whitegrid")

# Load the brain networks dataset, select subset, and collapse the multi-index
Expand Down Expand Up @@ -38,5 +37,3 @@
g.ax.margins(.02)
for label in g.ax.get_xticklabels():
label.set_rotation(90)
for artist in get_legend_handles(g.legend):
artist.set_edgecolor(".7")

0 comments on commit 40a6365

Please sign in to comment.