Skip to content

Commit

Permalink
By default use log scaling for forces
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Nov 21, 2024
1 parent 7647cc8 commit 637f082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saenopy/gui/solver/modules/VTK_Toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __init__(self, plotter: BasePlotter, update_display, scalbar_type="deformati
], group=False, tooltip="Display nodes which do not have values associated as gray dots.")

if self.is_force_plot:
self.use_log = QtShortCuts.QInputBool(None, "log", tooltip="Display arrow length and color in logarithmic scale.")
self.use_log = QtShortCuts.QInputBool(None, "log", value=True, tooltip="Display arrow length and color in logarithmic scale.")
self.use_log.valueChanged.connect(self.update_display)

self.use_nans.valueChanged.connect(self.update_display)
Expand Down

0 comments on commit 637f082

Please sign in to comment.