From 279dd607480d92e8b9b48ecf843c5cd15a2962c9 Mon Sep 17 00:00:00 2001 From: Tomas Fiers Date: Sat, 12 Sep 2020 01:56:52 +0200 Subject: [PATCH] DOC: example gray level in 'Specifying Colors' tutorial To answer user question "what is light, what is dark?" --- tutorials/colors/colors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/colors/colors.py b/tutorials/colors/colors.py index b8d81eee3f08..cdb91fc58abe 100644 --- a/tutorials/colors/colors.py +++ b/tutorials/colors/colors.py @@ -14,7 +14,7 @@ to ``'#aabbcc'``, or ``'#abcd'``, equivalent to ``'#aabbccdd'``; case-insensitive); * a string representation of a float value in ``[0, 1]`` inclusive for gray - level (e.g., ``'0.5'``); + level (e.g., ``'0.8'`` for light gray); * one of the characters ``{'b', 'g', 'r', 'c', 'm', 'y', 'k', 'w'}``, which are short-hand notations for shades of blue, green, red, cyan, magenta, yellow, black, and white. Note that the colors ``'g', 'c', 'm', 'y'`` do not