I just created, http://trac.sagemath.org/sage_trac/ticket/13543
Basically, if you try, sage: foo = var('foo') sage: plot(x,x,0,1, legend_label='$%s$' % latex(foo)) Matplotlib will crash. This is because we wrap long variable names in a latex \mbox, and matplotlib doesn't understand \mbox (I guess). We should either work around that by using \rm instead of \mbox, or just leave long variable names alone. But I'm not sure which. Anyone care? I'll implement the fix. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.