# Plotters Piet
[](https://crates.io/crates/plotters-piet)
[](https://docs.rs/plotters-piet)
A [Piet](https://crates.io/crates/piet) backend for [Plotters](https://crates.io/crates/plotters). This lets you draw plots on a Piet render context.
Note that so far this has only been tested with piet-cairo and piet-direct2d.
Examples can be found in the [examples directory](https://github.com/Pascal-So/plotters-druid/tree/main/plotters-piet/examples).
For version compatibilities, see the table in the [plotters-druid readme](https://github.com/Pascal-So/plotters-druid/#version-compatibility-table)
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.