10 releases
0.3.7 | Sep 8, 2024 |
---|---|
0.3.6 | May 20, 2024 |
0.3.3 | Jun 16, 2023 |
0.3.2 | Jul 5, 2022 |
0.1.2 | Feb 4, 2020 |
#252 in Visualization
63,402 downloads per month
Used in 26 crates
(10 directly)
110KB
2.5K
SLoC
plotters-bitmap - The bitmap backend for Plotters
This is a part of plotters project. For more details, please check the following links:
- For high-level intro of Plotters, see: Plotters on crates.io
- Check the main repo at Plotters repo
- For detailed documentation about this crate, check plotters-backend on docs.rs
- You can also visit Plotters Homepage
lib.rs
:
The Plotters bitmap backend.
The plotters bitmap backend allows you to render images by Plotters into bitmap. You can either generate image file(PNG, JPG, GIF, etc) or rendering the bitmap within internal buffer (for example for framebuffer, etc).
See the documentation for BitMapBackend for more details.
Dependencies
~0–610KB
~10K SLoC