Releases: jlmelville/vizier
Releases · jlmelville/vizier
v0.4
- Fixed bug where using recent versions of paletteer for choosing the color scheme was broken.
- The turbo colormap (based on a github gist) has been added as the
turbo
function. - New argument
rev
to reverse the ordering of the colors in the palette. This is useful when comparingturbo
with other rainbow palettes becauseturbo
goes from blue to red. - For the new color palettes in R 4.0, you can pass them by name, e.g.
color_scheme = "Okabe-Ito"
. colorRampPalette
is only used if you need to interpolate the palette (i.e. if you ask for more colors than exist in the palette). Colors will now be returned in the order they appear in the palette.
v0.2
New feature:
- If using fewer colors than a discrete palette offers, append
::c
at the end of the name to carry out interpolation, which will use a greater range of the color scale the palette offers.
Bug fix:
embed_plotly
was not properly handling color schemes at all. It should now work just likeembed_plot
.
Last MIT license release
License for vizier is going to change to GPL-3 from this point on, so I can directly use GPL-licensed packages. This is the last version that is MIT licensed.