Private
Public Access
1
0

color scheme exploration

This commit is contained in:
Sander Roosendaal
2017-07-10 18:43:16 +02:00
parent 7d6f3f7e06
commit 42578702ba
3 changed files with 5 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ watermarkh = 35
watermarkanchor = 'bottom_right'
def errorbar(fig, x, y, source=ColumnDataSource(),
xerr=False, yerr=False, color='red',
xerr=False, yerr=False, color='black',
point_kwargs={}, error_kwargs={}):
fig.circle(x, y, source=source, name='data',color=color,
@@ -1292,7 +1292,7 @@ def interactive_multiflex(datadf,xparam,yparam,groupby,extratitle='',
xerr=ploterrorbars,
yerr=ploterrorbars,
point_kwargs={
'line_color':None,
'line_color':"black",
'size':"groupsize",
'fill_color':"color",
},