get_aesthetic_limits(plot, ae)
Get the limits of an aesthetic
These are the limits before they are expanded.
plot : ggplot
ggplot object
ae : str
Name of aesthetic
out : tuple[float, float] | Sequence[str] | list[tuple[float]] | list[Sequence[str]]
The limits of the aesthetic. If the plot is facetted, (has many panels), it is a sequence of limits, one for each panel.