#4672: plot functions do not work with ?? because they are wrapped in @options
----------------------+-----------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.2
Component: graphics | Keywords:
----------------------+-----------------------------------------------------
{{{
sage: bar_chart??
Type: function
Base Class: <type 'function'>
String Form: <function bar_chart at 0x88b4b1c>
Namespace: Interactive
File: /home/jason/sage/local/lib/python2.5/site-
packages/sage/plot/misc.py
Definition: bar_chart(*args, **kwds)
Source:
@wraps(func)
def wrapper(*args, **kwds):
options = copy(wrapper.options)
if self.original_opts:
options['__original_opts'] = kwds
options.update(kwds)
return func(*args, **options)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4672>
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
-~----------~----~----~----~------~----~------~--~---