1 | initial version |
You can use myPlot1.set_axes_range
to accomplish some of what you want, and I think there are other specific methods for setting particular options--hopefully the ones you're interested in :) Also, additional arguments given to graphics_array.show
(e.g. axes
and aspect_ratio
) will be passed to each of the individual plots, so you can use that if there are some options you want to apply to all of the plots.