Crate plotters_bitmap
source ·Expand description
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.
Modules§
Structs§
- The backend that drawing a bitmap
Enums§
- Indicates some error occurs within the bitmap backend