Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/hatch.py:152–154 ·
view source on GitHub ↗
(self, hatch, density)
Source
from the content-addressed store, hash-verified
150
size = 0.2
151
152
def
__init__(self, hatch, density):
153
self.num_rows = (hatch.count(
'o'
)) * density
154
super().__init__(hatch, density)
155
156
157
class
LargeCircles(Circles):
Callers
nothing calls this directly
Calls
2
count
Method · 0.80
__init__
Method · 0.45
Tested by
no test coverage detected