adding title to pie chart
This commit is contained in:
@@ -998,6 +998,7 @@ def handle_makeplot(f1, f2, t, hrdata, plotnr, imagename,
|
|||||||
else:
|
else:
|
||||||
fig1 = row.get_metersplot_otw(t)
|
fig1 = row.get_metersplot_otw(t)
|
||||||
elif (plotnr == 6):
|
elif (plotnr == 6):
|
||||||
|
t += ' - Heart Rate Distribution'
|
||||||
fig1 = row.get_piechart(t)
|
fig1 = row.get_piechart(t)
|
||||||
elif (plotnr == 7) or (plotnr == 10):
|
elif (plotnr == 7) or (plotnr == 10):
|
||||||
fig1 = row.get_metersplot_erg2(t)
|
fig1 = row.get_metersplot_erg2(t)
|
||||||
|
|||||||
Reference in New Issue
Block a user