#8632: .save ignores ymin etc.
-----------------------------------+----------------------------------------
   Reporter:  damm                 |       Owner:  was            
       Type:  defect               |      Status:  positive_review
   Priority:  major                |   Milestone:  sage-4.6.2     
  Component:  graphics             |    Keywords:                 
     Author:  Andrey Novoseltsev   |    Upstream:  N/A            
   Reviewer:  Karl-Dieter Crisman  |      Merged:                 
Work_issues:  rebase               |  
-----------------------------------+----------------------------------------
Changes (by jdemeyer):

  * status:  needs_work => positive_review


Old description:

> a sage (4.3.3) notebook shows the correct picture of
>
> {{{
> plot(x^2-5,(x,0,5),ymin=0)
> }}}
>

> The save method ignores the ymin parameter:
>
> {{{
> plot(x^2-5,(x,0,5),ymin=0).save("/tmp/test.png")
> }}}

New description:

 a sage (4.3.3) notebook shows the correct picture of

 {{{
 plot(x^2-5,(x,0,5),ymin=0)
 }}}


 The save method ignores the ymin parameter:

 {{{
 plot(x^2-5,(x,0,5),ymin=0).save("/tmp/test.png")
 }}}

 '''Dependency''': #7981

--

Comment:

 Sorry, I missed the dependency on #7981.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8632#comment:16>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to