Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f3946 commit 3dab377Copy full SHA for 3dab377
1 file changed
lib/matplotlib/path.py
@@ -10,11 +10,6 @@
10
from numpy import ma
11
12
from matplotlib import _path
13
-
14
-# ._path import point_in_path, get_path_extents, \
15
-# point_in_path_collection, get_path_collection_extents, \
16
-# path_in_path, path_intersects_path, convert_path_to_polygons, \
17
-# cleanup_path, points_in_path, clip_path_to_rect
18
from matplotlib.cbook import simple_linear_interpolation, maxdict
19
from matplotlib import rcParams
20
0 commit comments