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
Plotters documentation reads:
"The library also allows consumers to make use of the Palette crate’s color types by default."
I might have missed something, but from what I can tell this is no longer available.
I would expect this to mean that plotters::Color is implemented for palette::Srgba, etc.
I see that in previous versions #20palette was a dependency, there used to be a palette_ext feature, etc.
I can't work out when or why this was removed.
I'm considering starting another pull-request to bring the optional feature back. Any help or context would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Plotters documentation reads:
"The library also allows consumers to make use of the Palette crate’s color types by default."
I might have missed something, but from what I can tell this is no longer available.
I would expect this to mean that
plotters::Coloris implemented forpalette::Srgba, etc.I see that in previous versions #20
palettewas a dependency, there used to be apalette_extfeature, etc.I can't work out when or why this was removed.
I'm considering starting another pull-request to bring the optional feature back. Any help or context would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions