Skip to content

Commit

Permalink
Merge pull request #413 from mattgibbs/fix_timeplot_bugs
Browse files Browse the repository at this point in the history
Fix bugs and documentation issues in TimePlot.
  • Loading branch information
hhslepicka authored Oct 9, 2018
2 parents a0f6777 + a92936a commit 33487ea
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 94 deletions.
4 changes: 2 additions & 2 deletions pydm/widgets/baseplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,9 @@ def setShowRightAxis(self, show):
Parameters
----------
show : bool
True for showing the right a-xis; False is for not showing.
True for showing the right axis; False is for not showing.
"""
if self._show_right_axis != show:
if show:
self.showAxis("right")
else:
self.hideAxis("right")
Expand Down
Loading

0 comments on commit 33487ea

Please sign in to comment.