miguelmoreto / labcontrole

The LabControle is a simulation software for linear control systems. It is designed to be used as an auxiliary tool for teaching classical control system theory.
http://sites.google.com/site/controlelab/
9 stars 2 forks source link

Forced Matplotlib to use Qt4Agg interface to prevent conflict with Qt5 #9

Closed eduardohenriquearnold closed 9 years ago

eduardohenriquearnold commented 9 years ago

I faced conflict while using this software on my computer because Matplotlib was trying to use Qt5 implementation, while the app uses Qt4. So I added a line to force Matplotlib to use the Qt4 interface.

miguelmoreto commented 9 years ago

Thanks Eduardo! I will merge your changes.