File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
import numpy as np
29
29
30
30
from matplotlib import verbose , rcParams
31
- from matplotlib .backend_bases import RendererBase ,\
32
- FigureManagerBase , FigureCanvasBase
31
+ from matplotlib .backend_bases import ( RendererBase , FigureManagerBase ,
32
+ FigureCanvasBase )
33
33
from matplotlib .cbook import is_string_like , maxdict , restrict_dict
34
34
from matplotlib .figure import Figure
35
35
from matplotlib .font_manager import findfont , get_font
36
- from matplotlib .ft2font import LOAD_FORCE_AUTOHINT , LOAD_NO_HINTING , \
37
- LOAD_DEFAULT , LOAD_NO_AUTOHINT
36
+ from matplotlib .ft2font import ( LOAD_FORCE_AUTOHINT , LOAD_NO_HINTING ,
37
+ LOAD_DEFAULT , LOAD_NO_AUTOHINT )
38
38
from matplotlib .mathtext import MathTextParser
39
39
from matplotlib .path import Path
40
40
from matplotlib .transforms import Bbox , BboxBase
You can’t perform that action at this time.
0 commit comments