10 unstable releases (4 breaking)
0.5.0 | Aug 14, 2024 |
---|---|
0.4.0 | Feb 6, 2024 |
0.3.5 | Nov 19, 2023 |
0.2.0 | Nov 2, 2023 |
0.1.0 | Nov 2, 2023 |
#98 in Visualization
27 downloads per month
23KB
546 lines
Plotters GTK4
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 a high-level intro to Plotters, see: Plotters on crates.io
- Check the main repo at Plotters repo
- For detailed documentation about this crate, check plotters-backend on docs.rs
- You can also visit Plotters Homepage
Examples
This crate provides two backend flavors:
Snapshot Backend
This backend is similar to the CairoBackend
from the plotters-cairo
crate. This is suitable if you are directly drawing to a GtkSnapshot
or implementing your own widget or paintable.
Paintable Backend
This is preferred if you simply want to display a plot using GtkPicture
or any other APIs that accept a GdkPaintable
.
For a real-world example, Spicy, a GTK4 frontend for Ngspice circuit simulator, uses this backend to plot simulation results.
License
Copyright 2023 Dave Patrick Caberto
This software is subject to the terms of the MIT License. If a copy of the MIT License was not distributed with this file, You can obtain one at this site.
Dependencies
~16–24MB
~441K SLoC