color scheme exploration
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user