Matplotlib does not open the window with the plot

Bug #279232 reported by Jakub Nowacki
2
Affects Status Importance Assigned to Milestone
matplotlib (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Affected version 0.98.3-3ubuntu2 (I've just checked this one). The window doe not open (show) and there are any errors (even using --verbose-helpful option). In my case it was due to wrong backend in the matplotlibrc file. Workaround is to edit matplotlibrc (sudo gedit /etc/matplotlibrc) and change the backend walue from Agg to some other (in my case 'backend : GTK' worked fine).

description: updated
Revision history for this message
Benjamin Drung (bdrung) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Do you have an small example? This bug is maybe linked with bug #278764.

Revision history for this message
Jakub Nowacki (j-s-nowacki) wrote :

Yes its basically the same issue as in https://bugs.launchpad.net/bugs/278764 .

Example - in python (ipython) console type:

from pylab import *
plot([1,2,3])
show()

You should see a window with a straight line. With 'backend: Agg' the window after show() just wont appear (without any error). I've just checked values GTK and GTKApp which work fine.

Benjamin Drung (bdrung)
Changed in matplotlib:
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.