MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / do_plot

Method do_plot

lib/matplotlib/axes/_axes.py:4860–4861  ·  view source on GitHub ↗
(xs, ys, **kwargs)

Source from the content-addressed store, hash-verified

4858 maybe_swap = slice(None) if orientation == 'vertical' else slice(None, None, -1)
4859
4860 def do_plot(xs, ys, **kwargs):
4861 return self.plot(*[xs, ys][maybe_swap], **kwargs)[0]
4862
4863 def do_patch(xs, ys, **kwargs):
4864 path = mpath.Path._create_closed(

Callers

nothing calls this directly

Calls 1

plotMethod · 0.95

Tested by

no test coverage detected