[genius] Mon Oct 26 18:35:24 2020 Jiri (George) Lebl <jirka 5z com>



commit 249ef9db59a7e2dfbeb67fb8b608f8b7e1af25f3
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date:   Mon Oct 26 18:35:26 2020 -0700

    Mon Oct 26 18:35:24 2020  Jiri (George) Lebl <jirka 5z com>
    
            * src/graphing.c: reset minx/maxx for fitted parametric plots

 ChangeLog      | 4 ++++
 src/graphing.c | 2 ++
 2 files changed, 6 insertions(+)
---
diff --git a/ChangeLog b/ChangeLog
index cf024fde..034074ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 26 18:35:24 2020  Jiri (George) Lebl <jirka 5z com>
+
+       * src/graphing.c: reset minx/maxx for fitted parametric plots
+
 Wed Jun 03 12:58:07 2020  Jiri (George) Lebl <jirka 5z com>
 
        * src/gnome-genius.c: Port to Native file chooser dialogs, also
diff --git a/src/graphing.c b/src/graphing.c
index 46958fba..6d578e0c 100644
--- a/src/graphing.c
+++ b/src/graphing.c
@@ -4825,6 +4825,8 @@ plot_functions (gboolean do_window_present,
 
        plot_maxy = - G_MAXDOUBLE/2;
        plot_miny = G_MAXDOUBLE/2;
+       plot_maxx = - G_MAXDOUBLE/2;
+       plot_minx = G_MAXDOUBLE/2;
 
        init_plot_ctx ();
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]