You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several new styles have been added, including many styles from the Seaborn project.
5
+
Additionally, in order to prep for the upcoming 2.0 style-change release, a 'classic' and 'default' style has been added.
6
+
For this release, the 'default' and 'classic' styles are identical.
7
+
By using them now in your scripts, you can help ensure a smooth transition during future upgrades of matplotlib, so that you can upgrade to the snazzy new defaults when you are ready! ::
8
+
9
+
import matplotlib.style
10
+
matplotlib.style.use('classic')
11
+
12
+
The 'default' style will give you matplotlib's latest plotting styles::
0 commit comments