#2339: [with patch, needs review] xmin/xmax now broken in plot()
-----------------------------------------------+----------------------------
 Reporter:  bober                              |        Owner:  somebody
     Type:  defect                             |       Status:  new     
 Priority:  major                              |    Milestone:  sage-3.2
Component:  graphics                           |   Resolution:          
 Keywords:  plot, xmin, xmax, editor_gfurnish  |  
-----------------------------------------------+----------------------------
Changes (by kcrisman):

 * cc: kcrisman (added)
  * summary:  [with new patch, needs re-review] xmin/xmax now broken in
              plot() => [with patch, needs review] xmin/xmax
              now broken in plot()

Comment:

 File 2339-3.2.alpha0.patch is rebased patch against 3.2.alpha0.   As JHP
 says, please give credit to Marshall.

 Interestingly, all the plot improvements as of late have already fixed
 both the Graphics initialization problem of [-1,1] and the problem if you
 get the range in backwards, i.e. all of the following work with this
 patch:
 {{{
 plot(r, xmin=10, xmax=-2).show()
 plot(r, 10,-2).show()
 plot(r, (10,-2)).show()
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2339#comment:16>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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