I am trying to use seaborn, because of its distplot function. But I prefer the default matplotlib settings. When I import seaborn, it changes automatically the appearance of
According to documentation reset_orig restore all RC params to original settings:
import seaborn as sns # reset RC params to original sns.reset_orig()