Don't set y-axis label colors to curve's, use the default from global scheme

multichartz
Tyler Goodlet 2022-12-23 14:44:14 -05:00
parent 5c853395bb
commit 5ba472176e
1 changed files with 2 additions and 1 deletions

View File

@ -1231,7 +1231,8 @@ class ChartPlotWidget(pg.PlotWidget):
# (we need something that avoids clutter on x-axis).
axis.add_sticky(
pi=pi,
bg_color=color,
fg_color='black',
# bg_color=color,
digits=digits,
)