plotters-gtk4 0.3.2

Plotters GTK4 Backend
# Plotters GTK4

[![github](https://img.shields.io/badge/github-seadve/plotters-gtk4)](https://github.com/SeaDve/plotters-gtk4)
[![crates.io](https://img.shields.io/crates/v/plotters-gtk4)](https://crates.io/crates/plotters-gtk4)
[![docs](https://docs.rs/plotters-gtk4/badge.svg)](https://docs.rs/plotters-gtk4/)
[![CI](https://github.com/SeaDve/plotters-gtk4/actions/workflows/ci.yml/badge.svg)](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.