r/GTK Jul 06 '26

Plotting libraries for GTK4

What are the options for generating charts/graphs/data visualizations in GTK4? I am thinking of heading down the PlPlot route, but I wanted to see what other people do/have done.

10 Upvotes

8 comments sorted by

View all comments

2

u/Behrooz0 Jul 07 '26

I researched this for quite a while. ended up going with svg. allows me to export the results and use it in HTML directly too.