Embedded the matplotlib in a GtkViewport.

Still trying to work out the kinks, as only one plot is showing,
and it's not updating with the sliders. I'll get there sooner
or later. Also updated the gitignore, and added images showing
the parametric equations used to calculate the graphs. Neat!
This commit is contained in:
A.M. Rowsell 2021-06-27 15:40:30 -04:00
commit 3e96363771
Signed by untrusted user who does not match committer: amr
GPG key ID: 0B6E2D8375CF79A9
7 changed files with 216 additions and 28 deletions

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# don't track temporary files
*~
# Created by https://www.toptal.com/developers/gitignore/api/kdevelop4
# Edit at https://www.toptal.com/developers/gitignore?templates=kdevelop4