MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / StreamplotSet

Class StreamplotSet

site-packages/matplotlib/streamplot.py:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229class StreamplotSet(object):
230
231 def __init__(self, lines, arrows, **kwargs):
232 self.lines = lines
233 self.arrows = arrows
234
235
236# Coordinate definitions

Callers 1

streamplotFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected