From 674ab0860ba2f5589cca51c2ea7284741302f4e6 Mon Sep 17 00:00:00 2001 From: JeanBilheux Date: Tue, 18 Feb 2020 12:23:02 -0500 Subject: [PATCH] removed error bars. this refs #395 --- pyrs/interface/peak_fitting/plot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyrs/interface/peak_fitting/plot.py b/pyrs/interface/peak_fitting/plot.py index 5bfcc3867..b0edf805f 100644 --- a/pyrs/interface/peak_fitting/plot.py +++ b/pyrs/interface/peak_fitting/plot.py @@ -255,6 +255,7 @@ def plot_1d(self): (y_axis_name in LIST_AXIS_TO_PLOT['fit'].keys())): is_plot_with_error = True + is_plot_with_error = False # REMOVE that line once the error bars are correctAT if is_plot_with_error: self.parent.ui.graphicsView_fitResult.plot_scatter_with_errors(vec_x=axis_x_data, vec_y=axis_y_data,