Hello,

On Thu, Jan 15, 2009 at 1:54 AM, bgbg. bg <[email protected]> wrote:
> Hello,
> consider the following matlab code:
>
> x = [1,2,3,4];
> y = [2,3,4,5];
> z = [4,3,2,1];
> figure(1);
> plot (x,y, 'ok');
> figure(2);
> plot3(x,y,z, 'or');
>
> what should I use in sage notebooks in order to achieve similar figures?

Could you please describe the output for those of us that don't have Matlab?

--Mike

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to