On Mon, Oct 6, 2008 at 12:08 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Is it possible to add Latex equations to Sage plots?
In 2d plots, yes, for example
sage: P1 = plot(sin(x), (x,-pi,pi))
sage: P2 = text("$y=\sin(x),\ -\pi\leq x\leq \pi$", (1.5,4))
sage: show(P1+P2)
However, I think latex is not (yet?) implemented in text3d.
>
>
> Chris
> >
>
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---