Skip to content

Commit

Permalink
Merge pull request ros#299 from mickael9/patch-1
Browse files Browse the repository at this point in the history
Fix version clash when PyQt5 is installed
  • Loading branch information
ablasdel committed Jan 16, 2015
2 parents f56ec76 + d1ba216 commit a59fb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rqt_plot/src/rqt_plot/data_plot/mat_data_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def parse_version(s):
raise ImportError('A newer matplotlib is required (at least 1.1.0)')

try:
matplotlib.use('Qt4Agg')
from matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as FigureCanvas
except ImportError:
# work around bug in dateutil
Expand Down

0 comments on commit a59fb63

Please sign in to comment.