streamplot.Grid Class Reference
Inheritance diagram for streamplot.Grid:
Public Member Functions | |
def | __init__ (self, x, y) |
def | shape (self) |
def | within_grid (self, xi, yi) |
Public Attributes | |
nx | |
ny | |
dx | |
dy | |
x_origin | |
y_origin | |
width | |
height | |
Detailed Description
Grid of data.
Definition at line 293 of file streamplot.py.
Constructor & Destructor Documentation
◆ __init__()
def streamplot.Grid.__init__ | ( | self, | |
x, | |||
y | |||
) |
Definition at line 295 of file streamplot.py.
Member Function Documentation
◆ shape()
def streamplot.Grid.shape | ( | self | ) |
Definition at line 330 of file streamplot.py.
◆ within_grid()
def streamplot.Grid.within_grid | ( | self, | |
xi, | |||
yi | |||
) |
Return True if point is a valid index of grid.
Definition at line 333 of file streamplot.py.
Member Data Documentation
◆ dx
streamplot.Grid.dx |
Definition at line 320 of file streamplot.py.
◆ dy
streamplot.Grid.dy |
Definition at line 321 of file streamplot.py.
◆ height
streamplot.Grid.height |
Definition at line 327 of file streamplot.py.
◆ nx
streamplot.Grid.nx |
Definition at line 317 of file streamplot.py.
◆ ny
streamplot.Grid.ny |
Definition at line 318 of file streamplot.py.
◆ width
streamplot.Grid.width |
Definition at line 326 of file streamplot.py.
◆ x_origin
streamplot.Grid.x_origin |
Definition at line 323 of file streamplot.py.
◆ y_origin
streamplot.Grid.y_origin |
Definition at line 324 of file streamplot.py.
The documentation for this class was generated from the following file:
- /home/webadmin/src/fosite/src/tools/plot/streamplot.py