Yes, thanks.

On Mar 25, 9:55 pm, Jason Grout <[EMAIL PROTECTED]> wrote:
> VAkaras Liutinkevicius wrote:
> > How to get non-axis aligned ellipsoid?
>
> > If I do this:
> > sage: a, b = var('a,b')
> > sage: fx = 3*cos(b)*cos(a)
> > sage: fy = 2*cos(b)*sin(a)
> > sage: fz = sin(b)
> > sage: P = parametric_plot3d([fx,fy,fz], (b, -pi/2, pi/2), (a, -pi, pi),
> > frame=False)
> > sage: P.show()
>
> Try making your last command:
>
> P.show(aspect_ratio=[1,1,1])
>
> Is that the picture you want?
>
> Jason
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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