carputils
Doxygen code documentation for the python framework controlling openCARP
|
Generate a bullseye plot for given data. More...
Variables | |
string | epilog |
string | DEFAULT = ' - default: %(default)s' |
parser = argparse.ArgumentParser(__doc__, epilog=epilog) | |
type | |
str | |
default | |
help | |
required | |
int | |
float | |
nargs | |
action | |
args = parser.parse_args() | |
plot | |
fig = plot.bullseye(figuresize=args.figsize) | |
data = np.linspace(1.0, 17.0, num=17, endpoint=True) | |
Generate a bullseye plot for given data.
bin.bullseye.action |
bin.bullseye.args = parser.parse_args() |
bin.bullseye.data = np.linspace(1.0, 17.0, num=17, endpoint=True) |
bin.bullseye.DEFAULT = ' - default: %(default)s' |
bin.bullseye.default |
string bin.bullseye.epilog |
bin.bullseye.fig = plot.bullseye(figuresize=args.figsize) |
bin.bullseye.float |
bin.bullseye.help |
bin.bullseye.int |
bin.bullseye.nargs |
bin.bullseye.plot |
bin.bullseye.required |
bin.bullseye.str |
bin.bullseye.type |