customize legend style
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user