Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ __init__
Method
__init__
lib/matplotlib/hatch.py:169–171 ·
view source on GitHub ↗
(self, hatch, density)
Source
from the content-addressed store, hash-verified
167
filled = True
168
169
def
__init__(self, hatch, density):
170
self.num_rows = (hatch.count(
'.'
)) * density
171
super().__init__(hatch, density)
172
173
174
class
Stars(Shapes):
Callers
nothing calls this directly
Calls
2
count
Method · 0.80
__init__
Method · 0.45
Tested by
no test coverage detected