You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now colors, palettes, and patterns are all plotted as PNGs with plot.*(). Patterns should do this, but it's easy enough (and less of a load on the API) to plot examples with the hex values instead of PNGs. clpie() does this already.
The text was updated successfully, but these errors were encountered:
Right now colors, palettes, and patterns are all plotted as PNGs with
plot.*()
. Patterns should do this, but it's easy enough (and less of a load on the API) to plot examples with the hex values instead of PNGs.clpie()
does this already.The text was updated successfully, but these errors were encountered: