Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Aug 20, 2024
1 parent a128946 commit fbe0eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artisanlib/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -8269,7 +8269,7 @@ def redraw(self, recomputeAllDeltas:bool = True, re_smooth_foreground:bool = Tru
if self.flagstart or self.zgrid == 0:
y_label = self.delta_ax.set_ylabel('')
else:
y_label = self.delta_ax.set_ylabel(f'{self.mode}{self.aw.arabicReshape('/min')}',
y_label = self.delta_ax.set_ylabel(f"{self.mode}{self.aw.arabicReshape('/min')}",
color = self.palette['ylabel'],
fontsize='medium',
fontfamily=prop.get_family()
Expand Down

0 comments on commit fbe0eeb

Please sign in to comment.