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

Function call

lib/matplotlib/tests/test_text.py:860–862  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

858 ys = {} # mapping of strings to where they were drawn in y with draw_tex.
859
860 def call(*args, **kwargs):
861 renderer, x, y, s, *_ = args
862 ys.setdefault(s, set()).add(y)
863
864 renderer.draw_tex = call
865 fig.canvas.draw()

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…