[med-svn] [Git][med-team/microbegps][master] matplotlib backend for Qt5
Andreas Tille
gitlab at salsa.debian.org
Fri Sep 6 12:09:37 BST 2019
Andreas Tille pushed to branch master at Debian Med / microbegps
Commits:
0f636ca5 by Andreas Tille at 2019-09-06T11:09:31Z
matplotlib backend for Qt5
- - - - -
1 changed file:
- debian/patches/PyQt5.patch
Changes:
=====================================
debian/patches/PyQt5.patch
=====================================
@@ -19,7 +19,7 @@ Last-Update: Fri, 06 Sep 2019 10:26:15 +0200
--- a/microbegps/gui.py
+++ b/microbegps/gui.py
-@@ -9,7 +9,7 @@ import pkg_resources
+@@ -9,10 +9,10 @@ import pkg_resources
import threading
import pickle
@@ -27,7 +27,11 @@ Last-Update: Fri, 06 Sep 2019 10:26:15 +0200
+from PyQt5 import QtGui, QtCore, QtWidgets
import matplotlib.pyplot as plt
- from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
+-from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
++from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg as FigureCanvas
+ import matplotlib_venn as venn
+
+
@@ -79,7 +79,7 @@ First, a subset of reads is selected tha
]
View it on GitLab: https://salsa.debian.org/med-team/microbegps/commit/0f636ca5da154c6c31e7562d148b8c9b17e29b99
--
View it on GitLab: https://salsa.debian.org/med-team/microbegps/commit/0f636ca5da154c6c31e7562d148b8c9b17e29b99
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190906/2ff35617/attachment.html>
More information about the debian-med-commit
mailing list