#4496: [with patch, needs review] Plot doesn't allow variable outside tuple 
after
lambda
----------------------+-----------------------------------------------------
 Reporter:  kcrisman  |        Owner:  kcrisman  
     Type:  defect    |       Status:  assigned  
 Priority:  major     |    Milestone:  sage-3.2.2
Component:  graphics  |   Resolution:            
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by kcrisman):

  * summary:  [with patch, needs work] Plot doesn't allow variable outside
              tuple after lambda => [with patch, needs
              review] Plot doesn't allow variable outside
              tuple after lambda

Comment:

 Thanks for waiting - doctests are here.  A separate ticket will be opened
 for the fact that
 {{{
 sage: p = plot(lambda x: f,x,-1,1)
 }}}
 won't work, which is because "evaluating" the lambda function in this case
 returns a SymbolicCallableExpression which itself needs to be called
 again.

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