Renato wrote:
and it works fine. The problem is I'd like to use greek letters in the
text, and also underscore indexes. Here's the latex code of what I'd
like:

$\lambda_{0}$

can I somehow display that as text next to the plot??

thanks
Renato

Something like this should work:

sage: equation = text('$\\lambda_{0}$', fontsize=20)

Remember to write an additional "\" in the string when inserting the \ before any latex.

Best.

--
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe from this group, send email to sage-support+unsubscribegooglegroups.com or 
reply to this email with the words "REMOVE ME" as the subject.

Reply via email to