Skip to content

Commit

Permalink
bugfix: graph pop-up - log/linear switching
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Jun 30, 2023
1 parent ce86d09 commit 4e7e5fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gui/display_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,7 @@ def set_yscale_type(self, scale: str) -> None:
scale: str
Should be one of ``"log"`` or ``"linear"``
"""
scale = scale.lower()
logger.debug("Updating scale type: '%s'", scale)
self._scale = scale
self._update_plot(initiate=True)
Expand Down

0 comments on commit 4e7e5fe

Please sign in to comment.