_draw_distributions(self,
cur_drawing,
start_x_pos,
x_pos_change,
start_y_pos,
y_pos_change,
num_y_drawings)
| source code
|
Draw all of the distributions on the page.
Arguments:
o cur_drawing - The drawing we are working with.
o start_x_pos - The x position on the page to start drawing at.
o x_pos_change - The change in x position between each figure.
o start_y_pos - The y position on the page to start drawing at.
o y_pos_change - The change in y position between each figure.
o num_y_drawings - The number of drawings we'll have in the y
(up/down) direction.
|