Private
Public Access
1
0

palette picker multiflex

This commit is contained in:
Sander Roosendaal
2017-07-11 15:48:19 +02:00
parent ab8627e311
commit 7b99fe8cb1
4 changed files with 71 additions and 12 deletions

View File

@@ -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),