#15314: density_plot does not handle aspect_ratio
------------------------+-----------------------------
   Reporter:  ppurka    |            Owner:
       Type:  defect    |           Status:  new
   Priority:  major     |        Milestone:  sage-5.13
  Component:  graphics  |         Keywords:
  Merged in:            |          Authors:
  Reviewers:            |  Report Upstream:  N/A
Work issues:            |           Branch:
     Commit:            |     Dependencies:
   Stopgaps:            |
------------------------+-----------------------------
 See this [http://ask.sagemath.org/question/3115/density-plot-aspect-ratio
 ask.sagemath] question. It is a bug in Sage. The following example from
 there reproduces the bug:
 {{{#!python
 k = 1.381E-023
 T = 300
 q = 1.602E-019
 var('ue')
 De(ue) = ue*k*T/q
 var('tau')
 Le = (tau*10^-9*De)^(1/2)
 D = density_plot(Le*10^4, (tau, 0, 3), (ue, 0, 500), cmap="jet")
 D.show(aspect_ratio=0.05)
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15314>
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