I'm using Ubuntu 8.04 - Hardy Heron as well. The example-content
version is 31.
--
Johns Hopkins misspelled
https://bugs.launchpad.net/bugs/243517
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
@joosteto: What you are seeing is the correct behavior, since the
examples are designed to be interactive examples, and when no GUI
backend is specified, there's not much matplotlib can do. The warning
is not displayed in this case, because scripts that want to output a
file usually have both show
Fantastic! Thank you!
Longer term, I think the metapackage idea has some promise. An
alternative might also be for matplotlib to be more dynamic at startup
time when selecting a backend. For example, we could have an "Auto"
backend setting, that would select from Qt, Gtk, Tk, Cocoa etc. based o
(I'm an upstream developer).
Agg is the upstream default *only* if none of the GUI backends are
installed (pygtk, PyQt, wxPython, or Tkinter). It's really a failsafe
case, not a default.
I would suggest making python-tk a hard dependency and setting TkAgg as
the default.
To address Joerg's sugg
*** This bug is a duplicate of bug 278764 ***
https://bugs.launchpad.net/bugs/278764
** This bug has been marked a duplicate of bug 278764
[intrepid] No output in ipython because because of wrong default backend
--
Matplotlib does not open the window with the plot
https://bugs.launchpad.n
** Changed in: matplotlib (Ubuntu)
Status: New => Confirmed
--
[intrepid] No output in ipython because because of wrong default backend
https://bugs.launchpad.net/bugs/278764
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
Attached a patch to display warning when user calls show() with non-GUI
backend. This addresses Joerg's difficulty -- that it's hard to know
what's wrong when matplotlib is mis-configured to not show a window.
This patch can be considered optional. The real bug here is that
matplotlib is misconf
Here's a better patch that will only warn when show() is run directly
from the python or ipython consoles.
** Attachment added: "backends.__init__.py.patch"
http://launchpadlibrarian.net/18364323/backends.__init__.py.patch
--
[intrepid] No output in ipython because because of wrong default ba
Public bug reported:
Binary package hint: example-content
case_ubuntu_johnhopkins_v2.pdf should be case_ubuntu_johnshopkins_v2.pdf
(I'm a JHU alum).
** Affects: example-content (Ubuntu)
Importance: Undecided
Status: New
--
Johns Hopkins misspelled
https://bugs.launchpad.net/bugs
** Attachment added: "lilypond-invoke-editor.scm.diff"
http://launchpadlibrarian.net/14580971/lilypond-invoke-editor.scm.diff
--
lilypond-invoke-editor broken when LD_LIBRARY_PATH unset
https://bugs.launchpad.net/bugs/231503
You received this bug notification because you are a member of Ubunt
Public bug reported:
Binary package hint: lilypond
lilypond-invoke-editor (which is part of the "point and click"
functionality between xpdf and a user's preferred editor) fails when the
environment variable LD_LIBRARY_PATH is unset. (This is the default for
a clean user on Ubuntu 8.04).
To rep
Here's the patch from SVN to address this specific issue.
The SVN revision is here:
http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=rev&revision=4854
** Attachment added: "mathtext.py.patch"
http://launchpadlibrarian.net/17274805/mathtext.py.patch
--
Square brackets in mathtext
As the author of this patch is matplotlib's SVN, I'll second that this
is a pretty critical bug and should be pushed out as a stable release
update asap.
--
pylab.savefig() causes memory leak in matplotlib-0.91.2
https://bugs.launchpad.net/bugs/246239
You received this bug notification because yo
I'm sorry for creating a wild goose chase. I misread the original post.
The update to _subprocess.c only impacts Python < 2.4. Since Hardy
ships 2.5.2, that patch should actually have no effect, though of course
it's harmless.
I think we need a test case from the OP to determine the root cause o
Public bug reported:
wxPython 2.8.1.1 has a reference leak whereby every class that inherits
from a wxPython class will leak a dictionary object. This bug was
addressed in the wxPython 2.8.3.0 release, or it can be fixed
independently with the following patch:
http://cvs.wxwidgets.org/viewcvs.cg
If you prefer to patch for this bug alone, you can use this (from
upstream):
https://svn.stsci.edu/trac/ssb/pyfits/changeset?new=trunk%2Flib%2FNP_pyfits.py%40427&old=trunk%2Flib%2FNP_pyfits.py%40426
--
"clobber" fails when writing files
https://bugs.launchpad.net/bugs/432459
You received this bu
Fixed upstream in SVN r8816 with the attached patch.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/685710
Title:
UnicodeEncodeError on help(polar)
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
Fixed upstream in SVN r8816 with the attached patch.
** Patch added: "unicode.diff"
https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/685710/+attachment/1757331/+files/unicode.diff
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
FYI: The matplotlib 1.5.0 final release has this patch.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1512190
Title:
matplotlib 1.5.0~rc2-1ubuntu2: autopkgtest failures on all
architectures, SIGBU
Hi. matplotlib developer here. Gtk3Cairo backend was considered
experimental in version 1.3. Upgrading to 1.4 is probably the way to go
here.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1398987
T
The encoding of the locale strings should match the preferredencoding.
Unfortunately, preferredencoding is 'ascii' here. This sounds like an
environmental issue.
Secondly, the truncating of the month name is to be expected. '%b' is
defined to return an abbreviated month name (and how the abbrevi
21 matches
Mail list logo