MCPcopy Create free account
hub / github.com/holoviz/hvplot / get_ax

Method get_ax

hvplot/interactive.py:496–502  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 def _get_ax_fn():
495 @pn.depends()
496 def get_ax():
497 from matplotlib.backends.backend_agg import FigureCanvas
498 from matplotlib.pyplot import Figure
499
500 Interactive._fig = fig = Figure()
501 FigureCanvas(fig)
502 return fig.subplots()
503
504 return get_ax
505

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected