Skip to content

Commit

Permalink
Add fitting parameters duplicated from #2264
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage committed Oct 27, 2022
1 parent 11b0c12 commit af50a1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/sas/system/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,15 @@ def __init__(self):

# Time out for updating sasview
self.UPDATE_TIMEOUT = 2
# If True, use an ugly but more robust legend plotting method in Fitting that results in full-
# width legends.
self.FITTING_PLOT_FULL_WIDTH_LEGENDS = False

# If True, truncates names in Fitting plot legends such that each name is maximum one line.
self.FITTING_PLOT_LEGEND_TRUNCATE = False

# sets the maximum number of characters per Fitting plot legend entry.
self.FITTING_PLOT_LEGEND_MAX_LINE_LENGTH = 30

#
# Lock the class down, this is necessary both for
Expand Down

0 comments on commit af50a1d

Please sign in to comment.