# Plotters GTK4
[](https://github.com/SeaDve/plotters-gtk4)
[](https://crates.io/crates/plotters-gtk4)
[](https://docs.rs/plotters-gtk4/)
[](https://github.com/SeaDve/plotters-gtk4/actions/workflows/ci.yml)
Plotters GTK4 Backend
This is a third-party backend that allows plotters to operate with GTK4 drawing APIs. For more details, please check the following links:
- For high-level intro of Plotters, see: [Plotters on crates.io](https://crates.io/crates/plotters)
- Check the main repo at [Plotters repo](https://github.com/38/plotters.git)
- For detailed documentation about this crate, check [plotters-backend on docs.rs](https://docs.rs/plotters-backend/)
- You can also visit Plotters [Homepage](https://plotters-rs.github.io)
## Examples
For a real world example, [Spicy](https://github.com/SeaDve/spicy), a GTK4 frontend for Ngspice circuit simulator, uses this backend to plot simulation results.