SpaceGroupUCL / qgisSpaceSyntaxToolkit

Space Syntax Toolkit for QGIS
GNU General Public License v3.0
115 stars 40 forks source link

Mac OSX chart rendering of extra lines #118

Open jorgegil opened 9 years ago

jorgegil commented 9 years ago

To fix to the Mac OSX error in the histogram region rendering:

set QApplication.setGraphicsSystem('raster') before the QApplication is created. But this is not possible from a QGIS plugin; alternatively, use a RemoteGraphicsView to run in a parallel process and on this one set the Graphics System. However, there's also a bug with the remote view in recent OSX (10.8 - 10.10): https://groups.google.com/forum/#!topic/pyqtgraph/_vSSyrm7AHE

For now I ignore the rendering error as it only affects Mac OS, but must try an alternative selection method to overcome the problem. User can switch those lines on/off.