We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f5fce3 + 9ff5564 commit d0753c0Copy full SHA for d0753c0
examples/color/named_colors.py
@@ -68,7 +68,7 @@ def plot_colortable(colors, title, sort_colors=True, emptycols=0):
68
69
ax.add_patch(
70
Rectangle(xy=(swatch_start_x, y-9), width=swatch_width,
71
- height=18, facecolor=colors[name])
+ height=18, facecolor=colors[name], edgecolor='0.7')
72
)
73
74
return fig
0 commit comments