-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
add_subplot with numpy.float64 argument gives error in twinx() #880
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
Comments
Confirming.
is fine, where
raises a ValueError |
pelson
added a commit
to pelson/matplotlib
that referenced
this issue
Aug 15, 2012
pelson
added a commit
to pelson/matplotlib
that referenced
this issue
Apr 12, 2013
pelson
added a commit
that referenced
this issue
May 14, 2013
Adds a test for subplot float handling (#880)
Someone reopen this if I closed this mistakenly. I believe it was resolved by #1092. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to get two scales, using the example http://matplotlib.sourceforge.net/examples/api/two_scales.html
If you change this:
to this:
I get the error copied below. The problem is that add_subplot() accepts a type that bubble() (called by twinx()) can't handle. Because the error occurs 10 lines later in the code it was particularly difficult to find.
I use the Enthought Python Distribution (free) 7.2-2 (32 bit), Matplotlib 1.1.0 using the WXAgg back end and Numpy 1.6.1 on OS X 10.7.4.
Thanks,
Robbert
The text was updated successfully, but these errors were encountered: