Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8ef5bf

Browse files
committed
Import style package for easy use.
1 parent f5ecf5e commit a8ef5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
import matplotlib
2727
import matplotlib.colorbar
28-
import matplotlib.style
28+
from matplotlib import style
2929
from matplotlib import _pylab_helpers, interactive
3030
from matplotlib.cbook import dedent, silent_list, is_string_like, is_numlike
3131
from matplotlib.cbook import _string_to_bool

0 commit comments

Comments
 (0)