-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Milestone
Description
Documentation Link
https://matplotlib.org/devdocs/api/colors_api.html#module-matplotlib.colors
Problem
The exported color arrays
matplotlib/lib/matplotlib/colors.py
Line 57 in 31d83a8
from ._color_data import BASE_COLORS, TABLEAU_COLORS, CSS4_COLORS, XKCD_COLORS |
are not documented in: https://matplotlib.org/devdocs/api/colors_api.html#module-matplotlib.colors
I've always considered considered importing these directly to a stable part of the API, something supported by the usage in the examples:
# xkcd_fig = plot_colortable(mcolors.XKCD_COLORS) |
Suggested improvement
No response