8000 Segfault on plotting with PySide as backend.qt4 · Issue #5687 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
Segfault on plotting with PySide as backend.qt4 #5687
Closed
@JCorson

Description

@JCorson

The following code is failing with a segfault on Mac and Linux with backend : Qt4Agg and qt4.backend : PySide.

import matplotlib.pyplot as plt
plt.plot(range(10))

Setting qt4.backend to PyQt4 does not produce a segfault and this code works as expected.
Running %matplotlib in ipython also prevents this segfault.

I have reproduced this on both Enthought and Anaconda releases of matplotib 1.5.0 on Mac (OSX 10.11) and Linux (Ubuntu 14.04).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0