We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999972b commit a4ab948Copy full SHA for a4ab948
1 file changed
scripts/3-report/github_report.py
@@ -200,6 +200,7 @@ def plot_totals_by_restriction(args):
200
name_label = "Category"
201
data_label = "Count"
202
data = shared.open_data_file(LOGGER, file_path, index_col=name_label)
203
+ data.set_index(name_label, inplace=True)
204
data.sort_values(name_label, ascending=False, inplace=True)
205
title = "Totals by restriction"
206
plt = plot.combined_plot(
0 commit comments