MCPcopy Index your code
hub / github.com/plotly/plotly.py / open_axes

Method open_axes

plotly/matplotlylib/mplexporter/renderers/base.py:98–109  ·  view source on GitHub ↗

Begin commands for a particular axes. Parameters ---------- ax : matplotlib.Axes The Axes which will contain the ensuing axes and elements props : dictionary The dictionary of axes properties

(self, ax, props)

Source from the content-addressed store, hash-verified

96 pass
97
98 def open_axes(self, ax, props):
99 """
100 Begin commands for a particular axes.
101
102 Parameters
103 ----------
104 ax : matplotlib.Axes
105 The Axes which will contain the ensuing axes and elements
106 props : dictionary
107 The dictionary of axes properties
108 """
109 pass
110
111 def close_axes(self, ax):
112 """

Callers 1

draw_axesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected