-
Notifications
You must be signed in to change notification settings - Fork 317
Please include mpldatacursor in the installer #95
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
there is no wheel format |
@joferkington - could you maybe create a wheel package? And fix the pypi page? |
Will do on both with the next release (which is long overdue). Thanks! |
is |
Yes, it works for me with Python 3.4.3. |
@stonebig - Yes it is, though the current release has a few python3-specific bugs that have been fixed in the github HEAD. (And my apologies for the radio silence. I've been traveling lately.) On a side note, while I can easily build a wheel, |
Winpython ships only wheel packages. The wheel format has three BIG advantages, for binary AND source packages:
Doing a wheel from a source package should be super easy for you:
Not doing a Wheel is, in my point of view, slowing/hurting python communauty improvements. |
Good to know, thanks! |
@stonebig - Just FYI, if you do decide to include mpldatacursor, the new 0.6 release should meet your requirements. |
I see. did you test it against coming matplotlib 1.5 ? (as matplotlib 1.5 should make it for next winpython release). otherwise, this doesn't work in matplotlib1.4 / Ipython3.2.1, I don't know if it's normal:
(maybe I shot in a dark corner, as few things are working as expected with this backend. it would be great if all that works in matplotlib 1.5 as it works nicely in tkinter) |
testing now with spyder 3.0dev and Qt4 and Qt5:
gives
I don't know what to do from here, and the Qt5 messages is worrying me (a non-Qt expert as I am) @joferkington , can you have a look on your on pc with a matplotlib 1.5rc2 ? |
I can verify that However, I don't currently have access to a non-work Windows machine, so I can't test on Windows. I also can't build with Qt5 at the immediate moment, so I haven't tested the Qt5Agg backend (I'll have that built shortly, though). Qt5 problems aside, I'm not sure what the issue might be for It's entirely possible that there are platform-specific issues with |
maybe it's my fault, maybe it's a new matplotlib bug on windows. I may let the dust settle around matplotlib 1.5 before retrying. |
Updating seaborn and holoviews to Matplotlib 1.5 level was a nightmare, I don't dare to add anymore complementary package over Matplotlib. |
@stonebig, could you please retry? I have just successfully tested |
Great, I see mpldatacursor 'checked' in the release checklist! |
Currently it has to be installed via
pip install mpldatacursor
in the "WinPython Command Prompt" (Spyder menu Tools->Open command prompt), which is annoying when I want to convince people to switch from Matlab.It should be included to reduce the functionality differences to Matlab.
The text was updated successfully, but these errors were encountered: