I'm creating scatterplots of data captured on a single day. As I move
forward in time I continue creating plots, one for each day. While I
appreciate the autoscale, the axes scale will change slightly from day
to day. Is there a way to autoscale across multiple plots so the
scales are the same across all of them?
One way I think I can do this is to plot all data from all dates on
the same plot, and then if I can retrieve the xrange and yrange from
the autoscale for that plot, and I force set it for each one as I
create them. Is there a way to do that?