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§

bitmap_pixel

Structs§

BitMapBackend
The backend that drawing a bitmap

Enums§

BitMapBackendError
Indicates some error occurs within the bitmap backend