accelerInt
v0.1
|
Variables | |
list | files |
list | linestyles = ['-', '--', '-.'] |
list | colorwheel = ['r', 'g', 'b', 'k'] |
arr = np.fromfile(file) | |
label = file.split('-')[0] | |
linestyle | |
color | |
loc | |
dpi | |
size | |
plotter.arr = np.fromfile(file) |
Definition at line 16 of file plotter.py.
plotter.color |
Definition at line 28 of file plotter.py.
list plotter.colorwheel = ['r', 'g', 'b', 'k'] |
Definition at line 12 of file plotter.py.
plotter.dpi |
Definition at line 39 of file plotter.py.
list plotter.files |
Definition at line 7 of file plotter.py.
plotter.label = file.split('-')[0] |
Definition at line 21 of file plotter.py.
plotter.linestyle |
Definition at line 27 of file plotter.py.
list plotter.linestyles = ['-', '--', '-.'] |
Definition at line 11 of file plotter.py.
plotter.loc |
Definition at line 31 of file plotter.py.
plotter.size |
Definition at line 39 of file plotter.py.