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 9d19327 commit 8d57049Copy full SHA for 8d57049
pydra_ml/report.py
@@ -340,6 +340,7 @@ def gen_report(
340
ax.set_xticklabels(ax.get_xticklabels(), rotation=90, ha="center")
341
ax.set_ylabel(name)
342
ax.legend(loc="center right", bbox_to_anchor=(1.2, 0.5), ncol=1)
343
+ ax.tick_params(axis="both", which="both", length=0)
344
sns.despine(left=True)
345
plt.tight_layout()
346
@@ -369,6 +370,7 @@ def gen_report(
369
370
ax.xaxis.set_ticks_position("top")
371
372
ax.set_yticklabels(ax.get_yticklabels(), rotation=0, ha="right")
373
374
375
plt.savefig(f"stats-{name}-{timestamp}.png")
376
plt.close()
0 commit comments