Created attachment 174871 [details] Add a QT5 option to enable Qt5Agg rendeder Hello, Now that there are Qt5 python bindings in ports, matplotlib can be configured to use them. Here's a patch to add a QT5 option to the matplotlib port (disabled by default). One relevant note for ipython users: if ipython is configured with X11 support, which is using Qt4 python binding, the Qt5 matplotlib backend will fail. I'll check later if it can also be configured by port option to use Qt5.
Created attachment 174872 [details] Add a QT5 option to enable Qt5Agg rendeder Update patch, using Qt5Agg, py-sip must be installed, but is not a dependency of any py-qt5 port.
It seems that maintainer was never notified of this issue, adding the email address manually.
I approve the patch.
Thanks, should I ask for a committer on the mailing lists?
testbuilds@work
testbuilds are all ok.
A commit references this bug: Author: pi Date: Sun Oct 30 11:39:43 UTC 2016 New revision: 424942 URL: https://svnweb.freebsd.org/changeset/ports/424942 Log: math/py-matplotlib: Add Qt5Agg backend option - Now that there are Qt5 python bindings in ports, matplotlib can be configured to use them. PR: 212763 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Approved by: mainland@apeiron.net (maintainer) Changes: head/math/py-matplotlib/Makefile head/math/py-matplotlib/files/patch-setup.cfg
Committed, thanks!
Great, thanks and have a nice day!