diff --git a/examples/color/named_colors.py b/examples/color/named_colors.py index 190381c75ca0..a1cbf1a92eca 100644 --- a/examples/color/named_colors.py +++ b/examples/color/named_colors.py @@ -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