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

epoch_index_backup
Tyler Goodlet 2022-12-23 14:44:14 -05:00
parent c9104880c8
commit 46d6b1f6e4
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). # (we need something that avoids clutter on x-axis).
axis.add_sticky( axis.add_sticky(
pi=pi, pi=pi,
bg_color=color, fg_color='black',
# bg_color=color,
digits=digits, digits=digits,
) )