8 releases

0.3.3 Jun 16, 2023
0.3.2 Jul 5, 2022
0.3.1 May 22, 2021
0.3.0 Sep 3, 2020
0.1.0 Jan 28, 2020

#149 in Visualization

Download history 11187/week @ 2023-12-15 4543/week @ 2023-12-22 8516/week @ 2023-12-29 11996/week @ 2024-01-05 11468/week @ 2024-01-12 12538/week @ 2024-01-19 12743/week @ 2024-01-26 12089/week @ 2024-02-02 13581/week @ 2024-02-09 11874/week @ 2024-02-16 13080/week @ 2024-02-23 12607/week @ 2024-03-01 14205/week @ 2024-03-08 18300/week @ 2024-03-15 12859/week @ 2024-03-22 9545/week @ 2024-03-29

57,287 downloads per month
Used in 23 crates (9 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–2.6MB
~10K SLoC