Skip to content
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

Repeated is_string_like function #1019

Closed
pelson opened this issue Jul 17, 2012 · 4 comments · Fixed by #1762
Closed

Repeated is_string_like function #1019

pelson opened this issue Jul 17, 2012 · 4 comments · Fixed by #1762

Comments

@pelson
Copy link
Member

pelson commented Jul 17, 2012

matplotlib.is_string_like and matplotlib.cbook.is_string_like both exist, one is documented and handles some more corner cases. Do they both need to exist?

@jdh2358
Copy link
Collaborator

jdh2358 commented Jul 17, 2012

IIRC, we needed on in init.py so we copied the one out of cbook because matplotlib can't import from matplotlib.cbook. Probably the best thing to do is copy the one from cbook into init.py and then in cbook, import the one from matplotlib

@mdboom
Copy link
Member

mdboom commented Aug 3, 2012

Agreed.

@NelleV
Copy link
Member

NelleV commented Jan 8, 2013

I can work on this issue.

@dmcdougall
Copy link
Member

Thanks, @NelleV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants