customize legend style

This commit is contained in:
2023-01-09 16:22:50 +01:00
parent 469c9ee87c
commit e8a6e2766e

View File

@ -114,8 +114,9 @@ def pg_plot_style_cycler(colors=LINE_COLORS):
def pg_legend_style():
shade = QColor(0, 0, 0, 200)
style = dict(
brush = GREY0,
brush = shade,
pen = WHITE
)
return style