The correct code:
p = pylab.plot(t,y)
Thank you!
On Fri, Aug 7, 2009 at 5:01 PM, Rafael Cardoso Dias Costa
wrote:
> People,
>
> Help me, please.
>
> *My code is:*
>
> reset()
>
> import pylab as pylab
>
> T = 0.1
> t = pylab.linspace(0,100-T,100/
People,
Help me, please.
*My code is:*
reset()
import pylab as pylab
T = 0.1
t = pylab.linspace(0,100-T,100/T)
y = pylab.sin(2*pi*0.2*t)
p = pylab.plot(x,y)
pylab.savefig('teste.png')
*
The error is:*
Traceback (click to the left for traceback)
...
TypeError: 'sage.symbolic.expression.Ex
thank you!
On Fri, Aug 7, 2009 at 4:41 PM, William Stein wrote:
>
>
> 2009/8/7 Rafael Cardoso Dias Costa
>
>> People,
>>
>> Sage has similar comand "clear all" Matlab?
>
>
> sage: reset()
>
> William
>
>
> >
>
--
Rafael
People,
Sage has similar comand "clear all" Matlab?
Thank you!
--
Rafael Costa
--~--~-~--~~~---~--~~
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