Functions | |
def | dlb (d) |
Variables | |
ax = plt.gca() | |
float | b = 1.2 |
bbox_inches | |
dir_path = path.dirname(path.realpath(__file__)) | |
bool | interactive = False |
loc | |
ls | |
float | m = 1.0 |
float | mb = m + b |
orientation | |
which | |
X = np.array([-mb / 2, 0, m, mb, 2 * mb]) | |
def generate_distance_plot.dlb | ( | d | ) |
Definition at line 15 of file generate_distance_plot.py.
generate_distance_plot.ax = plt.gca() |
Definition at line 41 of file generate_distance_plot.py.
float generate_distance_plot.b = 1.2 |
Definition at line 7 of file generate_distance_plot.py.
generate_distance_plot.bbox_inches |
Definition at line 65 of file generate_distance_plot.py.
generate_distance_plot.dir_path = path.dirname(path.realpath(__file__)) |
Definition at line 62 of file generate_distance_plot.py.
bool generate_distance_plot.interactive = False |
Definition at line 4 of file generate_distance_plot.py.
generate_distance_plot.loc |
Definition at line 56 of file generate_distance_plot.py.
generate_distance_plot.ls |
Definition at line 47 of file generate_distance_plot.py.
float generate_distance_plot.m = 1.0 |
Definition at line 6 of file generate_distance_plot.py.
Definition at line 9 of file generate_distance_plot.py.
generate_distance_plot.orientation |
Definition at line 66 of file generate_distance_plot.py.
generate_distance_plot.which |
Definition at line 47 of file generate_distance_plot.py.