Comment on A Better Default Colormap for MatplotlibparentComments−serialx10yThis, changes everything.The theme seaborn uses is actually a direct clone from ggplot2 from R−stared10yYes. Though, I think that 'whitegrid' is a cleaner theme (if there were axes).For ggplot theme, in matplotlib there isplt.style.use('ggplot')(see also: http://pandas.pydata.org/pandas-docs/stable/visualization.ht...).−gammarator10y'ticks' plus sns.despine() is my favorite.
Comments
This, changes everything.
The theme seaborn uses is actually a direct clone from ggplot2 from R
Yes. Though, I think that 'whitegrid' is a cleaner theme (if there were axes).
For ggplot theme, in matplotlib there is
plt.style.use('ggplot')
(see also: http://pandas.pydata.org/pandas-docs/stable/visualization.ht...).
'ticks' plus sns.despine() is my favorite.