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 b63d336 commit 685c897Copy full SHA for 685c897
examples/under-sampling/plot_illustration_tomek_links.py
@@ -25,7 +25,6 @@
25
26
def make_plot_despine(ax):
27
sns.despine(ax=ax, offset=10)
28
- # ax.axis("square")
29
ax.set_xlim([0, 3])
30
ax.set_ylim([0, 3])
31
ax.set_xlabel(r"$X_1$")
0 commit comments