added <br> in left chart title

This commit is contained in:
mcguirepr89
2022-05-27 09:14:58 -04:00
parent 369044840b
commit ecd367b22c
+1 -1
View File
@@ -185,7 +185,7 @@ if daily == False:
specs=[[{"type": "xy", "rowspan": 3}, {"type": "polar", "rowspan": 2}], [{"rowspan": 1}, {"rowspan": 1}],
[None, {"type": "xy", "rowspan": 1}]],
subplot_titles=('<b>Top ' + str(top_N) + ' Species in Date Range ' + str(start_date) + ' to ' + str(
end_date) + ' for ' + str(resample_sel) + ' sampling interval.' + '</b>',
end_date) + '<br>for ' + str(resample_sel) + ' sampling interval.' + '</b>',
'Total Detect:' + str('{:,}'.format(df_counts)) +
' Confidence Max:' + str(
'{:.2f}%'.format(max(df2[df2['Com_Name'] == specie]['Confidence']) * 100)) +