It works. Thanks.
On Oct 31, 1:15 am, Burcin Erocal <[EMAIL PROTECTED]> wrote:
> On Thu, 30 Oct 2008 20:49:33 -0700 (PDT)
>
>
>
> pong <[EMAIL PROTECTED]> wrote:
>
> > I plot both ln(|x|) and 1/x on the same graph and try to label them by
>
> > t1=text('$\frac{1}{x}$', (1,4), fontsize=14, rgbcol
On Thu, 30 Oct 2008 20:49:33 -0700 (PDT)
pong <[EMAIL PROTECTED]> wrote:
>
>
> I plot both ln(|x|) and 1/x on the same graph and try to label them by
>
> t1=text('$\frac{1}{x}$', (1,4), fontsize=14, rgbcolor='red');
> t2=text('$\ln(|x|)$', (1,5), fontsize=14)
>
> While SAGE understand perfect