-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
PyQtGraph currently has only minimal numbers of colormaps or specified colors baked in the library, that functionality really should expand
Bokeh for example offers an extensive list of palettes and colors (some of which are sources from CSS named colors, some are sourced from brewer:
https://docs.bokeh.org/en/latest/docs/reference/palettes.html
https://docs.bokeh.org/en/latest/docs/reference/colors.html
In addition, we should consider adding the colors from the following sources
- QML QtQuick.Controls.Material
- Complete 2014 Material Design Color Listing
- iOS System Colors
- Microsoft Colors
- CSS Color Names
- Color Brewer
- SVG Color Keywords
Now, how do we organize all these colors/colormaps?
Reactions are currently unavailable