#9784: list_plot should accept dictionaries
---------------------------+------------------------------------------------
   Reporter:  ddrake       |       Owner:  jason, was                       
       Type:  enhancement  |      Status:  new                              
   Priority:  major        |   Milestone:  sage-5.0                         
  Component:  graphics     |    Keywords:  list_plot, plotting, dictionaries
     Author:               |    Upstream:  N/A                              
   Reviewer:               |      Merged:                                   
Work_issues:               |  
---------------------------+------------------------------------------------
 If I give the following dictionary to {{{list_plot}}}, it seems very
 obvious what I want it to do:
 {{{
 {67: 1770, 52: 2735, 37: 3135, 22: 3365, 72: 1560, 57: 2550, 42: 3020,
 27: 3295, 62: 1960, 47: 2880}
 }}}
 ...especially since list_plot plots functions with a finite domain, and
 dictionaries in Python are called "mapping types"! We should make
 {{{list_plot}}} be able to deal with dictionaries with numeric keys and
 values.

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