Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ StreamplotSet
Class
StreamplotSet
lib/matplotlib/streamplot.py:296–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
295
296
class
StreamplotSet:
297
298
def
__init__(self, lines, arrows):
299
self.lines = lines
300
self.arrows = arrows
301
302
303
# Coordinate definitions
Callers
1
streamplot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…