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

#308 in Visualization

Download history 13444/week @ 2024-08-21 17866/week @ 2024-08-28 17383/week @ 2024-09-04 14908/week @ 2024-09-11 13232/week @ 2024-09-18 15282/week @ 2024-09-25 15131/week @ 2024-10-02 13562/week @ 2024-10-09 16554/week @ 2024-10-16 16496/week @ 2024-10-23 17300/week @ 2024-10-30 16591/week @ 2024-11-06 18896/week @ 2024-11-13 18694/week @ 2024-11-20 17287/week @ 2024-11-27 14483/week @ 2024-12-04

72,202 downloads per month
Used in 25 crates (10 directly)

MIT license

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:


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–630KB
~11K SLoC