Skip to content

Commit

Permalink
Merge pull request #396 from neutrons/jean_disable_error
Browse files Browse the repository at this point in the history
removed error bars. this refs #395
  • Loading branch information
JeanBilheux authored Feb 18, 2020
2 parents c26880d + 674ab08 commit 1e2c915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyrs/interface/peak_fitting/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1e2c915

Please sign in to comment.