Working version!

Had to get the canvas object to draw_idle() in order for it
to be refreshed. Now it works great! I might tweak the step size
for the sliders, as 0.1 can end up with weird, not quite complete
plots.
This commit is contained in:
A.M. Rowsell 2021-06-27 16:44:11 -04:00
commit d34d6d1ba1
Signed by: amr
GPG key ID: 0B6E2D8375CF79A9
2 changed files with 23 additions and 8 deletions

View file

@ -136,6 +136,7 @@
<child>
<object class="GtkViewport" id="plotViewport">
<property name="visible">True</property>
<property name="app-paintable">True</property>
<property name="can-focus">False</property>
<child>
<placeholder/>