#14223: Fix 3d plots to not ignore user prespecified aspect_ratio.
-----------------------------------------+-------------------------------
       Reporter:  nthiery                |        Owner:  jason, was
           Type:  defect                 |       Status:  positive_review
       Priority:  major                  |    Milestone:  sage-5.13
      Component:  graphics               |   Resolution:
       Keywords:                         |    Merged in:
        Authors:  Punarbasu Purkayastha  |    Reviewers:  Tobias Weich
Report Upstream:  N/A                    |  Work issues:
         Branch:                         |       Commit:
   Dependencies:                         |     Stopgaps:
-----------------------------------------+-------------------------------
Description changed by jdemeyer:

Old description:

> In the following, the user specified aspect ratio is currently ignored:
> {{{
>     sage: p = sphere()
>     sage: p.aspect_ratio([10,1,1])
>     sage: p.show()
> }}}
>
> The attached patch is but a proof-of-concept of solution. I don't know
> well enough the plot code to see if this is the right thing to do.
>
> ----
> Apply [Attachment:trac_14223-fix_3d_aspect_ratio.patch] to devel/sage.

New description:

 In the following, the user specified aspect ratio is currently ignored:
 {{{
     sage: p = sphere()
     sage: p.aspect_ratio([10,1,1])
     sage: p.show()
 }}}

 The attached patch is but a proof-of-concept of solution. I don't know
 well enough the plot code to see if this is the right thing to do.

 ----
 Apply [attachment:trac_14223-fix_3d_aspect_ratio.patch] to devel/sage.

--

--
Ticket URL: <http://trac.sagemath.org/ticket/14223#comment:22>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to