moving toolbar to right on zones plot, expanding tests
This commit is contained in:
@@ -6868,7 +6868,7 @@ def interactive_zoneschart(rower,data,startdate,enddate,trainingzones='hr',date_
|
||||
df['percentage'] = 100.*df['hours']/df['totaltime']
|
||||
df.drop('hours',inplace=True,axis='columns')
|
||||
df.drop('totaltime',inplace=True,axis='columns')
|
||||
print(df.head())
|
||||
|
||||
|
||||
|
||||
hv.extension('bokeh')
|
||||
@@ -6907,7 +6907,7 @@ def interactive_zoneschart(rower,data,startdate,enddate,trainingzones='hr',date_
|
||||
|
||||
p.plot_width=550
|
||||
p.plot_height=350
|
||||
p.toolbar_location = 'above'
|
||||
p.toolbar_location = 'right'
|
||||
p.y_range.start = 0
|
||||
p.sizing_mode = 'stretch_both'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user