Skip to content

Commit fbe0eeb

Browse files
committed
one more
1 parent a128946 commit fbe0eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/artisanlib/canvas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8269,7 +8269,7 @@ def redraw(self, recomputeAllDeltas:bool = True, re_smooth_foreground:bool = Tru
82698269
if self.flagstart or self.zgrid == 0:
82708270
y_label = self.delta_ax.set_ylabel('')
82718271
else:
8272-
y_label = self.delta_ax.set_ylabel(f'{self.mode}{self.aw.arabicReshape('/min')}',
8272+
y_label = self.delta_ax.set_ylabel(f"{self.mode}{self.aw.arabicReshape('/min')}",
82738273
color = self.palette['ylabel'],
82748274
fontsize='medium',
82758275
fontfamily=prop.get_family()

0 commit comments

Comments
 (0)