Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ render
Function
render
lib/matplotlib/_mathtext.py:1726–1728 ·
view source on GitHub ↗
(node, *args)
Source
from the content-addressed store, hash-verified
1724
phantom: list[bool] = []
1725
1726
def
render(node, *args):
1727
if
not any(phantom):
1728
node.render(*args)
1729
1730
def
clamp(value: float) -> float:
1731
return
-1e9
if
value < -1e9
else
+1e9
if
value > +1e9
else
value
Callers
2
hlist_out
Function · 0.85
vlist_out
Function · 0.85
Calls
1
render
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…