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§
- BitMap
Backend - The backend that drawing a bitmap
Enums§
- BitMap
Backend Error - Indicates some error occurs within the bitmap backend