I want to plot a bunch of concentric circles but I don’t want them to update the limits of the axis. The idea is to show radial distance to some specific point. Any way I can do that?
If you create your axis with Axis(..., limits = (0, 1, 0, 2)) for example, these limits should not change when you plot. Same with using ylims!, xlims! or limits! after the fact. This behavior changed recently.