|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
Functions | |
| fibonacci_sphere (ax, num_points, values) | |
Variables | |
| filename = sys.argv[1] | |
| A = numpy.loadtxt(filename) | |
| fig = pt.figure() | |
| ax = fig.add_subplot(121) | |
| cmap | |
| vmin | |
| vmax | |
| c = A[j,i] | |
| Ainv = numpy.linalg.inv(A) | |
| λ = numpy.sort(λ); | |
| ev = ev[numpy.argsort(λ)] | |
| dpi | |
| plotMatrix.fibonacci_sphere | ( | ax, | |
| num_points, | |||
| values ) |
Definition at line 7 of file plotMatrix.py.
| plotMatrix.λ = numpy.sort(λ); |
Definition at line 58 of file plotMatrix.py.
| plotMatrix.A = numpy.loadtxt(filename) |
Definition at line 32 of file plotMatrix.py.
| plotMatrix.Ainv = numpy.linalg.inv(A) |
Definition at line 48 of file plotMatrix.py.
| plotMatrix.ax = fig.add_subplot(121) |
Definition at line 37 of file plotMatrix.py.
Definition at line 41 of file plotMatrix.py.
| plotMatrix.cmap |
Definition at line 38 of file plotMatrix.py.
| plotMatrix.dpi |
Definition at line 70 of file plotMatrix.py.
| plotMatrix.ev = ev[numpy.argsort(λ)] |
Definition at line 58 of file plotMatrix.py.
| plotMatrix.fig = pt.figure() |
Definition at line 35 of file plotMatrix.py.
| plotMatrix.filename = sys.argv[1] |
Definition at line 30 of file plotMatrix.py.
| plotMatrix.vmax |
Definition at line 38 of file plotMatrix.py.
| plotMatrix.vmin |
Definition at line 38 of file plotMatrix.py.