legend position
This commit is contained in:
@@ -1690,6 +1690,8 @@ def fitnessfit_chart(workouts,user,workoutmode='water',startdate=None,
|
|||||||
plot.xaxis.axis_label = 'Date'
|
plot.xaxis.axis_label = 'Date'
|
||||||
plot.yaxis.axis_label = 'Power (W)'
|
plot.yaxis.axis_label = 'Power (W)'
|
||||||
|
|
||||||
|
plot.legend.location = "top_left"
|
||||||
|
|
||||||
plot.xaxis.formatter = DatetimeTickFormatter(
|
plot.xaxis.formatter = DatetimeTickFormatter(
|
||||||
days=["%d %B %Y"],
|
days=["%d %B %Y"],
|
||||||
months=["%d %B %Y"],
|
months=["%d %B %Y"],
|
||||||
|
|||||||
Reference in New Issue
Block a user