plotters icon indicating copy to clipboard operation
plotters copied to clipboard

[BUG] - unresolved import `plotters_bitmap`

Open 0xzoz opened this issue 3 years ago • 2 comments

Describe the bug Unable to build plotters in another project that is using it.

To Reproduce git clone https://github.com/diem/diem.git cargo install --path shuffle/cli

Error

   Compiling plotters v0.3.3
error[E0432]: unresolved import `plotters_bitmap`
 --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/plotters-0.3.3/src/evcxr.rs:4:5
  |
4 | use plotters_bitmap::BitMapBackend;
  |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `plotters_bitmap`

Version Information Ubuntu 20.04

0xzoz avatar Aug 31 '22 22:08 0xzoz

This issue was automatically closed by #412 but it should be open until the next version of plotters lands on crates.io.

@0xzoz can you test whether pulling plotters from git fixes the issue for you?

@38 can you publish a new release on crates.io?

AaronErhardt avatar Sep 05 '22 20:09 AaronErhardt

@AaronErhardt Thanks for looking into this. I've published a new version for plotters core crate (0.3.4)

Just let you guys know I don't have enough bandwidth for this month. Please let me know if there's anything I need to do, and feel free to email me directly if anything is urgent.

Cheers, Hao

38 avatar Sep 08 '22 06:09 38