[]
Diverging palettes from ColorBrewer https://colorbrewer2.org .
public class Diverging : ExtendedPalette
Qualitative (or categorical) palettes are usually used for plotting independent data categories which don't have any specific order. For example, the series that represents shipping methods or product types.The colors in these palettes are selected to be distinctive and clearly indicate difference between data series.
Name | Description |
---|---|
Diverging() |
Name | Description |
---|---|
brushes | Brushes dictionary. |
Name | Description |
---|---|
BrBG | Gets the BrBG (Brown Blue-Green) palette. |
Brushes | Gets the brushes dictionary. |
PRGn | Gets the PRGn palette. |
PiYG | Gets the PiYG (Pink Yellow-Green) palette. |
PuOr | Gets the PuOr (Purple Orange) palette. |
RdBu | Gets the RdBu palette. |
RdGy | Gets the RdGy palette. |
RdYlBu | Gets the RdYlBu palette. |
RdYlGn | Gets the RdYlGn palette. |
Spectral | Gets the Spectral palette. |
Name | Description |
---|---|
GetBrushes(string) | Creates the brushes list. |