Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/hatch.py:160–162 ·
view source on GitHub ↗
(self, hatch, density)
Source
from the content-addressed store, hash-verified
158
size = 0.35
159
160
def
__init__(self, hatch, density):
161
self.num_rows = (hatch.count(
'O'
)) * density
162
super().__init__(hatch, density)
163
164
165
class
SmallFilledCircles(Circles):
Callers
nothing calls this directly
Calls
2
count
Method · 0.80
__init__
Method · 0.45
Tested by
no test coverage detected