Spectral Integral Suite in C++
plotter.py File Reference

Go to the source code of this file.

Namespaces

 plotter
 

Variables

 plotter.mat0 = genfromtxt("../data/Ex_01.txt");
 
 plotter.fillstyle
 
 plotter.fontsize
 
 plotter.bbox_inches
 
 plotter.lineA = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,1],"-k",fillstyle="none",markeredgewidth=2)
 
 plotter.lineB = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,2],"ok",markeredgewidth = 2)
 
 plotter.mat1 = genfromtxt("../data/Ex12.txt")
 
 plotter.font = FontProperties()
 
 plotter.FontProperties