MCPcopy 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
296class StreamplotSet:
297
298 def __init__(self, lines, arrows):
299 self.lines = lines
300 self.arrows = arrows
301
302
303# Coordinate definitions

Callers 1

streamplotFunction · 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…