8000 Deprecations and housecleaning by mdboom · Pull Request #2026 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Deprecations and housecleaning #2026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 21, 2013
Prev Previous commit
Next Next commit
Remove commented out stuff
  • Loading branch information
mdboom committed May 20, 2013
commit 3dab37765d0d2fea4219eb723bcc3045d5d17fc6
5 changes: 0 additions & 5 deletions lib/matplotlib/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
from numpy import ma

from matplotlib import _path

# ._path import point_in_path, get_path_extents, \
# point_in_path_collection, get_path_collection_extents, \
# path_in_path, path_intersects_path, convert_path_to_polygons, \
# cleanup_path, points_in_path, clip_path_to_rect
from matplotlib.cbook import simple_linear_interpolation, maxdict
from matplotlib import rcParams

Expand Down
0