Sami Losoi wrote: > *How is the effect of the method text stored in the given variable?* > > Example of the situation: > > sage: p = plot(x**2,x) + text("hello", (1,2)) > sage: dir(p) > ['SHOW_OPTIONS', ' - - cut - - > > The last command suggests that the effect of the method text is stored > in one of the variables in the list. It is not stored in plain text, > since a simple regex does not match "text". > > The question is related to the ticket at > http://trac.sagemath.org/sage_trac/ticket/7798
I'm confused about what exactly you are trying to do with that ticket. What precisely do you want? Are you trying to label the curves with labels? Would a legend be sufficent? That is what is implemented in http://trac.sagemath.org/sage_trac/ticket/4342, which apparently never was finished/reviewed/merged. Thanks, Jason -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org