Closed
Description
I'm glad that matplotlib has included seaborn aesthetics in its built-in style sheets. However, the way that the different elements of the seaborn aesthetics were split up (i.e., that there are separate seaborn-darkgrid
, seaborn-deep`, etc.) is both a little confusing and produces results that are, imo, visually unappealing.
I would much prefer if there were also a single "seaborn" style that encompasses seaborn-darkgrid
, seaborn-deep
, and seaborn-notebook
, so that doing plt.style.use("seaborn")
would create plots that look the same as actually importing seaborn.