#14223: Fix 3d plots to not ignore user prespecified aspect_ratio.
-----------------------------------------+-----------------------------
       Reporter:  nthiery                |         Owner:  jason, was
           Type:  defect                 |        Status:  needs_review
       Priority:  major                  |     Milestone:  sage-5.12
      Component:  graphics               |    Resolution:
       Keywords:                         |     Merged in:
        Authors:  Punarbasu Purkayastha  |     Reviewers:
Report Upstream:  N/A                    |   Work issues:
         Branch:                         |  Dependencies:
       Stopgaps:                         |
-----------------------------------------+-----------------------------
Changes (by {'newvalue': u'Punarbasu Purkayastha', 'oldvalue': ''}):

 * status:  new => needs_review
 * milestone:  sage-5.11 => sage-5.12
 * author:   => Punarbasu Purkayastha


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.

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.

--

Comment:

 Attached is the patch to fix this bug.

 Patchbot apply trac_14223-fix_3d_aspect_ratio.patch

--
Ticket URL: <http://trac.sagemath.org/ticket/14223#comment:3>
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