This is a collection to keep track of possibly relevant ideas, which we should consider if we ever do a new style (likely not before 4.0). - `axhline`, `axvline` should use the grid color by default https://github.com/matplotlib/matplotlib/issues/14222#issuecomment-495964031 - Color blind-friendly default color cycle #9460 - How to handle changes in styles? #13680 (Update seaborn style) - Marker sizes could be perceptually uniform #15703 - Make 2D and 3D plots look more similar #20352 - Consider deactivating using offsets for tick labels by default. This is regularly confusing users, e.g. #23053. - Let `stem()` take part in the colorcycle #23127.
This is a collection to keep track of possibly relevant ideas, which we should consider if we ever do a new style (likely not before 4.0).
axhline,axvlineshould use the grid color by default axhline/axvline don't use prop_cycle #14222 (comment)stem()take part in the colorcycle [ENH]: consistent behaviour for stem #23127.