Quoting from this page,
https://ultraplot.readthedocs.io/en/latest/1dplots.html#Line-plots
Also, the default x bounds for lines drawn with plot() and y bounds for lines drawn with plotx() are now “sticky”, i.e. there is no padding between the lines and axes edges by default.
Is there a way to globally disable sticky edges for line plots in the rc file, instead of having to type ax.disable_sticky_edges = False in every axis individually?