Spectral Integral Suite in C++
plotter Namespace Reference

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
 

Variable Documentation

◆ bbox_inches

plotter.bbox_inches

Definition at line 24 of file plotter.py.

◆ fillstyle

plotter.fillstyle

Definition at line 19 of file plotter.py.

◆ font

plotter.font = FontProperties()

Definition at line 90 of file plotter.py.

◆ FontProperties

plotter.FontProperties

Definition at line 108 of file plotter.py.

◆ fontsize

plotter.fontsize

Definition at line 20 of file plotter.py.

◆ lineA

plotter.lineA = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,1],"-k",fillstyle="none",markeredgewidth=2)

Definition at line 54 of file plotter.py.

◆ lineB

plotter.lineB = plt.plot(mat0[0:-1:3,0], mat0[0:-1:3,2],"ok",markeredgewidth = 2)

Definition at line 55 of file plotter.py.

◆ mat0

plotter.mat0 = genfromtxt("../data/Ex_01.txt");

Definition at line 18 of file plotter.py.

◆ mat1

plotter.mat1 = genfromtxt("../data/Ex12.txt")

Definition at line 72 of file plotter.py.