Private
Public Access
1
0

better layout

This commit is contained in:
Sander Roosendaal
2020-05-05 18:08:57 +02:00
parent e7b3c7df0f
commit b694b08fcf
3 changed files with 12 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ def interactive_hr_piechart(df,rower,title):
colors = ['gray','yellow','lime','blue','purple','red']
size=220
size=350
TOOLS = 'save'
z = figure(title="HR "+title, x_range=(-1,1), y_range=(-1,1), width=size, height=size,
@@ -236,7 +236,8 @@ def interactive_hr_piechart(df,rower,title):
z.toolbar_location = 'right'
z.legend.visible = False
z.legend.location = 'top_right'
#z.legend.visible = False
z.axis.visible = False
z.xgrid.grid_line_color = None
z.ygrid.grid_line_color = None