accelerInt  v0.1
Variables
plotter Namespace Reference

Variables

list files
 
list linestyles = ['-', '--', '-.']
 
list colorwheel = ['r', 'g', 'b', 'k']
 
 arr = np.fromfile(file)
 
 label = file.split('-')[0]
 
 linestyle
 
 color
 
 loc
 
 dpi
 
 size
 

Variable Documentation

◆ arr

plotter.arr = np.fromfile(file)

Definition at line 16 of file plotter.py.

◆ color

plotter.color

Definition at line 28 of file plotter.py.

◆ colorwheel

list plotter.colorwheel = ['r', 'g', 'b', 'k']

Definition at line 12 of file plotter.py.

◆ dpi

plotter.dpi

Definition at line 39 of file plotter.py.

◆ files

list plotter.files
Initial value:
1 = [os.path.join('log', file) for file in os.listdir('./log/')
2  if file.endswith('.bin')]

Definition at line 7 of file plotter.py.

◆ label

plotter.label = file.split('-')[0]

Definition at line 21 of file plotter.py.

◆ linestyle

plotter.linestyle

Definition at line 27 of file plotter.py.

◆ linestyles

list plotter.linestyles = ['-', '--', '-.']

Definition at line 11 of file plotter.py.

◆ loc

plotter.loc

Definition at line 31 of file plotter.py.

◆ size

plotter.size

Definition at line 39 of file plotter.py.