[][src]Crate plotters_bitmap

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