### Problem Currently, one has to set `xscale` and `yscale` manually. It would be nice to have [rcParams](https://matplotlib.org/stable/users/explain/customizing.html) for them. ### Proposed solution Add rcParams called `axes.xscale` and `axes.yscale` controlling them, respectively.