gala icon indicating copy to clipboard operation
gala copied to clipboard

Make "autolim" better in plot_projections

Open adrn opened this issue 5 years ago • 0 comments

Right now, plotting multiple orbits on the same axes with autolim=True will set the axis limits based on the most recent orbit that was plotted. Autolim should instead loop through all lines that are plotted and figure out the limits from the collection of Line2d objects.

adrn avatar Dec 18 '18 15:12 adrn