Description Usage Arguments Value Examples
Sage hue palette (discrete)
1 | sage_hue_pal(level = "500", direction = 1)
|
level |
Color intensity. One of "200", "300", "400", "500", "600", "700", "800". |
direction |
If -1, reverses the default order of the palette |
A function that gives the hex colors for the requested number of values
1 2 3 | sage_hue_pal()(5)
sage_hue_pal(direction = -1)(5)
sage_hue_pal(level = "800")(5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.