An open API service indexing awesome lists of open source software.

https://github.com/ntd/goffice-primer

Example code for libgoffice
https://github.com/ntd/goffice-primer

chart graph gtk gtk3 plot

Last synced: about 2 months ago
JSON representation

Example code for libgoffice

Awesome Lists containing this project

README

          

[`goffice`](https://gitlab.gnome.org/GNOME/goffice) is a GNOME library
providing graph/chart/plot support, together with some other useful
features (e.g. I just discovered there is a canvas widget). The code
seems to be quite complete and it is well maintained but it lacks
documentation badly.

This repository contains some sample code I wrote trying to understand
how to use libgoffice for drawing dynamic graphs.