Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
Loading...
Searching...
No Matches
plotMatrix Namespace Reference

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

Function Documentation

◆ fibonacci_sphere()

plotMatrix.fibonacci_sphere ( ax,
num_points,
values )

Definition at line 7 of file plotMatrix.py.

Variable Documentation

◆ λ

plotMatrix.λ = numpy.sort(λ);

Definition at line 58 of file plotMatrix.py.

◆ A

plotMatrix.A = numpy.loadtxt(filename)

Definition at line 32 of file plotMatrix.py.

◆ Ainv

plotMatrix.Ainv = numpy.linalg.inv(A)

Definition at line 48 of file plotMatrix.py.

◆ ax

plotMatrix.ax = fig.add_subplot(121)

Definition at line 37 of file plotMatrix.py.

◆ c

plotMatrix.c = A[j,i]

Definition at line 41 of file plotMatrix.py.

◆ cmap

plotMatrix.cmap

Definition at line 38 of file plotMatrix.py.

◆ dpi

plotMatrix.dpi

Definition at line 70 of file plotMatrix.py.

◆ ev

plotMatrix.ev = ev[numpy.argsort(λ)]

Definition at line 58 of file plotMatrix.py.

◆ fig

plotMatrix.fig = pt.figure()

Definition at line 35 of file plotMatrix.py.

◆ filename

plotMatrix.filename = sys.argv[1]

Definition at line 30 of file plotMatrix.py.

◆ vmax

plotMatrix.vmax

Definition at line 38 of file plotMatrix.py.

◆ vmin

plotMatrix.vmin

Definition at line 38 of file plotMatrix.py.