Re: [sage-support] Re: Spurious legend item

2015-06-17 Thread kcrisman
Thanks for the helpful suggestions. I am not sure who wrote the plotting funtion, but it goes back to the early days of Sage. I have a feeling that David Roe most recently worked on it, and if so then we might be able to fix it at the upcoming LMFDB workshop when he, and Nicolas and I

[sage-support] Re: Spurious legend item

2015-06-16 Thread kcrisman
This is indeed odd. X=plot([]) You shouldn't have to do this - let us know if it doesn't plot otherwise. And the canonical way to do it if you really wanted to is X = Graphics() . X+=E.base_extend(S[0]).plot(color=red,legend_label=str(exp(1.))) X the legend appears twice (tried

Re: [sage-support] Re: Spurious legend item

2015-06-16 Thread John Cremona
Thanks for the helpful suggestions. I am not sure who wrote the plotting funtion, but it goes back to the early days of Sage. I have a feeling that David Roe most recently worked on it, and if so then we might be able to fix it at the upcoming LMFDB workshop when he, and Nicolas and I will be