==================== Axes, Plots & Layout ==================== .. currentmodule:: anyplotlib .. rubric:: Axes .. autosummary:: :nosignatures: Axes InsetAxes .. rubric:: Plot Classes .. autosummary:: :nosignatures: Plot1D Line1D Plot2D PlotMesh Plot3D PlotBar .. rubric:: Layout .. autosummary:: :nosignatures: GridSpec SubplotSpec .. rubric:: Full Reference .. autoclass:: anyplotlib.axes.Axes :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.axes.InsetAxes :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot1d.Plot1D :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot1d.Line1D :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot2d.Plot2D :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot2d.PlotMesh :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot3d.Plot3D :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.plot1d.PlotBar :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.figure.GridSpec :members: :show-inheritance: :member-order: bysource :no-index: .. autoclass:: anyplotlib.figure.SubplotSpec :members: :show-inheritance: :member-order: bysource :no-index: