Rosetta
src
apps
pilot
kale
kic_refactor
analysis
Namespaces
|
Functions
|
Variables
subloop_histogram.py File Reference
Namespaces
subloop_histogram
Functions
def
subloop_histogram.pivots_from_line
(
line
)
def
subloop_histogram.key_from_pivots
(pivots)
Variables
subloop_histogram.parser
= argparse.ArgumentParser()
subloop_histogram.arguments
= parser.parse_args()
subloop_histogram.path
=
os.path.join
(arguments.input)
dictionary
subloop_histogram.pivots_to_keys
= {}
dictionary
subloop_histogram.keys_to_pivots
= {}
subloop_histogram.iterator
= itertools.combinations(
range
(1, 13), 2)
list
subloop_histogram.combos
= [tuple(
x
)
for
x
in iterator
if
x
[0] + 1 !=
x
[1]]
subloop_histogram.length_key
= lambda x:
x
[1] -
x
[0]
subloop_histogram.key
= key_from_pivots(pivots)
subloop_histogram.lengths
= map(length_key, combos)
subloop_histogram.num_combos
= len(pivots_to_keys)
list
subloop_histogram.histograms
= [[]
for
x
in
range
(num_combos)]
def
subloop_histogram.pivots
= pivots_from_line(
line
)
subloop_histogram.axes
=
subplot
(111)
subloop_histogram.twin
= axes.twiny()
subloop_histogram.top_labels
subloop_histogram.top_label_locations
subloop_histogram.bottom_labels
subloop_histogram.bottom_label_locations
subloop_histogram.x
subloop_histogram.artists
= axes.boxplot(histograms)
subloop_histogram.black
= tango.black
subloop_histogram.color
subloop_histogram.linewidth
subloop_histogram.solid_capstyle
subloop_histogram.linestyle
subloop_histogram.marker
subloop_histogram.markersize
subloop_histogram.coordinates
= zip(box.get_xdata(), box.get_ydata())
subloop_histogram.polygon
= plt.Polygon(coordinates, facecolor=
tango.brown
[0])
float
subloop_histogram.xpadding
= 0.02 * num_combos
subloop_histogram.size
subloop_histogram.rotation
subloop_histogram.ymin
subloop_histogram.ymax
float
subloop_histogram.ypadding
= 0.03 * ymax
subloop_histogram.dpi
Generated on Sat Mar 2 2024 14:37:26 for Rosetta by
1.9.1