Spectral Integral Suite in C++
|
Variables | |
mat0 = genfromtxt("../data/Ex_01.txt"); | |
fillstyle | |
fontsize | |
bbox_inches | |
lineA = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,1],"-k",fillstyle="none",markeredgewidth=2) | |
lineB = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,2],"ok",markeredgewidth = 2) | |
mat1 = genfromtxt("../data/Ex12.txt") | |
font = FontProperties() | |
FontProperties | |
plotter.bbox_inches |
Definition at line 24 of file plotter.py.
plotter.fillstyle |
Definition at line 19 of file plotter.py.
plotter.font = FontProperties() |
Definition at line 90 of file plotter.py.
plotter.FontProperties |
Definition at line 108 of file plotter.py.
plotter.fontsize |
Definition at line 20 of file plotter.py.
Definition at line 54 of file plotter.py.
Definition at line 55 of file plotter.py.
plotter.mat0 = genfromtxt("../data/Ex_01.txt"); |
Definition at line 18 of file plotter.py.
plotter.mat1 = genfromtxt("../data/Ex12.txt") |
Definition at line 72 of file plotter.py.