Skip to content

Commit

Permalink
Merge pull request #18672 from jeetvora331/master
Browse files Browse the repository at this point in the history
Created Border for color examples
  • Loading branch information
jklymak committed Oct 6, 2020
2 parents 5f5fce3 + 9ff5564 commit d0753c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/color/named_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def plot_colortable(colors, title, sort_colors=True, emptycols=0):

ax.add_patch(
Rectangle(xy=(swatch_start_x, y-9), width=swatch_width,
height=18, facecolor=colors[name])
height=18, facecolor=colors[name], edgecolor='0.7')
)

return fig
Expand Down

0 comments on commit d0753c0

Please sign in to comment.