Don't set y-axis label colors to curve's, use the default from global scheme
parent
b2bb7f4923
commit
e37e118a7e
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue