enum Cryplot::Palette
Overview
Gnuplot color palettes adapted from https://github.com/Gnuplotting/gnuplot-palettes
Defined in:
plot/palettes.crEnum Members
-
Accent =
0 -
Bentcoolwarm =
1 -
Blues =
2 -
Brbg =
3 -
Bugn =
4 -
Bupu =
5 -
Chromajs =
6 -
Dark2 =
7 -
Gnbu =
8 -
Gnpu =
9 -
Greens =
10 -
Greys =
11 -
Inferno =
12 -
Jet =
13 -
Magma =
14 -
Moreland =
15 -
Oranges =
16 -
Orrd =
17 -
Paired =
18 -
Parula =
19 -
Pastel1 =
20 -
Pastel2 =
21 -
Piyg =
22 -
Plasma =
23 -
Prgn =
24 -
Pubu =
25 -
Pubugn =
26 -
Puor =
27 -
Purd =
28 -
Purples =
29 -
Rdbu =
30 -
Rdgy =
31 -
Rdpu =
32 -
Rdylbu =
33 -
Rdylgn =
34 -
Reds =
35 -
Sand =
36 -
Set1 =
37 -
Set2 =
38 -
Set3 =
39 -
Spectral =
40 -
Turbo =
41 -
Viridis =
42 -
Whylrd =
43 -
Ylgn =
44 -
Ylgnbu =
45 -
Ylorbr =
46 -
Ylorrd =
47 -
Ylrd =
48
Instance Method Summary
- #accent?
- #bentcoolwarm?
- #blues?
- #brbg?
- #bugn?
- #bupu?
- #chromajs?
- #dark2?
- #data
- #gnbu?
- #gnpu?
- #greens?
- #greys?
- #inferno?
- #jet?
- #magma?
- #moreland?
- #oranges?
- #orrd?
- #paired?
- #parula?
- #pastel1?
- #pastel2?
- #piyg?
- #plasma?
- #prgn?
- #pubu?
- #pubugn?
- #puor?
- #purd?
- #purples?
- #rdbu?
- #rdgy?
- #rdpu?
- #rdylbu?
- #rdylgn?
- #reds?
- #sand?
- #set1?
- #set2?
- #set3?
- #spectral?
-
#to_s(io : IO) : Nil
Appends a
Stringrepresentation of this enum member to the given io. - #turbo?
- #viridis?
- #whylrd?
- #ylgn?
- #ylgnbu?
- #ylorbr?
- #ylorrd?
- #ylrd?