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? Thank you --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
