qa/createBlogReport.py | 1 - 1 file changed, 1 deletion(-) New commits: commit f85227f0df81f555dfde23c9aaf2dcb2f8fffa80 Author: Xisco Fauli <xiscofa...@libreoffice.org> AuthorDate: Tue Apr 11 10:11:05 2023 +0200 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Tue Apr 11 10:11:05 2023 +0200
remove the "Number" Y axis label Change-Id: I3cfbb2870cb968099b4a0d7cb3f14aebc5341981 diff --git a/qa/createBlogReport.py b/qa/createBlogReport.py index f09b3546..c8276938 100755 --- a/qa/createBlogReport.py +++ b/qa/createBlogReport.py @@ -514,7 +514,6 @@ def createPlot(valueDict, plotType, plotTitle, plotLabel, plotColor): plt.xticks(range(len(x)), x, rotation=90) plt.title(plotTitle) plt.xlabel("Date") - plt.ylabel("Number"); plt.legend(); ax = plt.gca() ax.grid(axis="y", linestyle='--')