Section Navigation
fill_between
plt.subplots
histtype
floating_axes
Note
Go to the endto download the full example code.
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()
DownloadJupyternotebook:simple_axisline3.ipynb
DownloadPythonsourcecode:simple_axisline3.py
Downloadzipped:simple_axisline3.zip
Gallery generated by Sphinx-Gallery