plt.gca().axes.get_xaxis().set_visible(False) plt.gca().axes.get_yaxis().set_visible(False)
plt.xticks(x, " ")
ax.axes.xaxis.set_ticklabels([])