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
- Host: GitHub
- URL: https://github.com/ntd/goffice-primer
- Owner: ntd
- License: gpl-3.0
- Created: 2020-02-26T20:24:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T21:02:12.000Z (over 6 years ago)
- Last Synced: 2025-04-11T22:55:00.458Z (about 1 year ago)
- Topics: chart, graph, gtk, gtk3, plot
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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.