Note

Go to the endto download the full example code.

Simple Axisline3#

simple axisline3
importmatplotlib.pyplotaspltfrommpl_toolkits.axisartist.axislinesimportAxesfig=plt.figure(figsize=(3,3))ax=fig.add_subplot(axes_class=Axes)ax.axis["right"].set_visible(False)ax.axis["top"].set_visible(False)plt.show()

Gallery generated by Sphinx-Gallery