Da On Jun 16, 2015 12:18 PM, "Nicolas Mascot" <[email protected]> wrote:
> Dear Sage support team, > > I am puzzled at this: > > E=EllipticCurve([1.6,0.3]) > X=plot([]) > X+=E.plot(color="green",legend_label=str(exp(1.))) > X > > works fine (the legend is ok), but when I do > > Qx.<x>=PolynomialRing(QQ) > K.<a> = NumberField(x^2-2) > S = K.embeddings(RR) > E=EllipticCurve([a,0]) > X=plot([]) > X+=E.base_extend(S[0]).plot(color="red",legend_label=str(exp(1.))) > X > > the legend appears twice (tried with 6.4.1, 6.6, 6.7). Is it a bug ? > > Best regards, > Nicolas Mascot > > -- > You received this message because you are subscribed to the Google Groups > "sage-support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sage-support. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
