Hello everybody ! I'm using plot :
I can plot a curve by sage: plot (sin(x), (x,-3,3)) or sage: res = plot (sin(x), (x,-3,3)) ; res I also can configure plot with optional parameters. plot (sin(x), (x,-3,3), aspect_ratio=1) And aspect_ratio is a method in res : I test it by res.[tab] But I get an error after res.aspect_ratio(3) or res.aspect_ratio=3. What is this mysterious method aspect_ratio ? Can I really use it (after a plot, only before a plot) or is it only a too inner method ? F. -- 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 more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org