Commit d3c598a8 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Fix x axe label for use case plot.

parent 355c22dd
......@@ -317,7 +317,7 @@ def drawUseCasePerNumberOfUser(pdf, title, use_case_count_list,
axes.xaxis.grid(True, 'minor')
axes.legend(loc=0)
axes.set_xlabel('Time elapsed (in hours)')
axes.set_xlabel('Time elapsed (in minutes)')
axes.set_ylabel('Use cases')
pdf.savefig()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment