Variables | |
string | action = 'store_true' |
tuple | args = parser.parse_args() |
tuple | azim = raw_input("Enter Azimuth [Hit enter to default to -70]: ") |
tuple | elev = raw_input("Enter Elevation [Hit enter to default to 25]: ") |
tuple | fig = plt.gcf() |
name_mappings = None | |
float | pad_inches = 0.1 |
tuple | parser = argparse.ArgumentParser() |
type = str) |
string plotter::action = 'store_true' |
Definition at line 18 of file plotter.py.
tuple plotter::args = parser.parse_args() |
Definition at line 20 of file plotter.py.
int plotter::azim = raw_input("Enter Azimuth [Hit enter to default to -70]: ") |
Definition at line 39 of file plotter.py.
int plotter::elev = raw_input("Enter Elevation [Hit enter to default to 25]: ") |
Definition at line 42 of file plotter.py.
tuple plotter::fig = plt.gcf() |
Definition at line 35 of file plotter.py.
tuple plotter::name_mappings = None |
Definition at line 25 of file plotter.py.
float plotter::pad_inches = 0.1 |
Definition at line 37 of file plotter.py.
tuple plotter::parser = argparse.ArgumentParser() |
Definition at line 9 of file plotter.py.
plotter::type = str) |
Definition at line 14 of file plotter.py.