palette picker multiflex
This commit is contained in:
@@ -1307,6 +1307,7 @@ def interactive_multiflex(datadf,xparam,yparam,groupby,extratitle='',
|
||||
'line_color':"#969696",
|
||||
'size':"groupsize",
|
||||
'fill_color':"color",
|
||||
'fill_alpha':1.0,
|
||||
},
|
||||
)
|
||||
|
||||
@@ -1319,7 +1320,9 @@ def interactive_multiflex(datadf,xparam,yparam,groupby,extratitle='',
|
||||
top_units='screen',
|
||||
left_units='screen',
|
||||
right_units='screen',
|
||||
fill_color=color)
|
||||
fill_color=color,
|
||||
fill_alpha=1.0,
|
||||
line_color=color)
|
||||
legendlabel = Label(x=571,y=503-20*nr,x_units='screen',
|
||||
y_units='screen',
|
||||
text = "{gvalue:3.0f}".format(gvalue=gvalue),
|
||||
|
||||
Reference in New Issue
Block a user