|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
Go to the source code of this file.
Namespaces | |
| namespace | plotMatrix |
Functions | |
| plotMatrix.fibonacci_sphere (ax, num_points, values) | |
Variables | |
| plotMatrix.filename = sys.argv[1] | |
| plotMatrix.A = numpy.loadtxt(filename) | |
| plotMatrix.fig = pt.figure() | |
| plotMatrix.ax = fig.add_subplot(121) | |
| plotMatrix.cmap | |
| plotMatrix.vmin | |
| plotMatrix.vmax | |
| plotMatrix.c = A[j,i] | |
| plotMatrix.Ainv = numpy.linalg.inv(A) | |
| plotMatrix.λ = numpy.sort(λ); | |
| plotMatrix.ev = ev[numpy.argsort(λ)] | |
| plotMatrix.dpi | |