Re: [sage-support] Legend label problem

2012-03-09 Thread D. S. McNeil
This seems to work on test.sagenb.org (5.0.beta1) and the 5.0.beta4 I have around, so something (whether Sage-side or matplotlib-side) must have changed for the better from 4.8. Is it time-sensitive enough to track it down and make a backpatch? Doug -- To post to this group, send email to sage

[sage-support] Legend label problem

2012-03-09 Thread kcrisman
Compare plot(e^(-x/10),(x,0,20),legend_label='$%s$'%latex(e^(-x/10))) AttributeError: 'Kern' object has no attribute 'height' with plot(e^(-x/10),(x,0,20),legend_label='$%s$'%latex(x)) (all is well). This does not happen with e^-x. Any ideas? This came up while preparing a talk, unfortunate