plotnine.mapping._eval_environment.reorder
reorder(x, y, fun=np.median, ascending=True)Reorder categorical by sorting along another variable
It is the order of the categories that changes. Values in x are grouped by categories and summarised to determine the new order.
Credit: Copied from plydata