Hi,

The newly upgraded matplotlib library is causing an issue with pdf
exports of graphs:

    sage: g = DiGraph([[1,2]]).plot()
    sage: g.save("bla.pdf")
    ...
    .../matplotlib/backends/backend_pdf.pyc in pop(self)
       2091 
       2092     def pop(self):
    -> 2093         assert self.parent is not None
       2094         self.copy_properties(self.parent)
       2095         self.parent = self.parent.parent

    AssertionError:

I stumbled upon this when playing with sagetex.

This is most likely related to:

        
http://stackoverflow.com/questions/13876441/workaround-for-bug-with-displaying-quvier-key-and-patch-in-matplotlib-1-20

Could anyone with matplotlib experience explore the thing and either
find out where we are not calling matplotlib properly, or isolate
a matplotlib-only example of failure that we could report upstream?

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to