From dfe2ce11be8a45b8f8dd10cd12494a49973a4965 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Thu, 7 Mar 2019 23:25:08 +0100 Subject: [PATCH] Change title of named colors example --- examples/color/named_colors.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/color/named_colors.py b/examples/color/named_colors.py index e8bd91f94ab7..7175707c0ce4 100644 --- a/examples/color/named_colors.py +++ b/examples/color/named_colors.py @@ -1,7 +1,7 @@ """ -======================== -Visualizing named colors -======================== +==================== +List of named colors +==================== This plots a list of the named colors supported in matplotlib. Note that :ref:`xkcd colors ` are supported as well, but are not listed here