Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Feature "colormaps" misses dependency on full_palette #687

Open
werner291 opened this issue Mar 26, 2025 · 0 comments
Open

[BUG] Feature "colormaps" misses dependency on full_palette #687

werner291 opened this issue Mar 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@werner291
Copy link

Pretty simple; putting this in Cargo.toml:

plotters = { version = "0.3.7", default-features = false, features = ["svg_backend", "all_series","colormaps"] }

Produces this compiler error:

error[E0432]: unresolved import `super::full_palette`
   --> /home/werner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.7/src/style/colors/colormaps.rs:353:12
    |
353 | use super::full_palette::*;
    |            ^^^^^^^^^^^^ could not find `full_palette` in `super`

I think the "colormaps" feature is missing a dependency on "full_palette"

@werner291 werner291 added the bug Something isn't working label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant