#17618: Update matplotlib so that plot_directive is less broken
-------------------------------------+-------------------------------------
       Reporter:  tmonteil           |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.8
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:
        Authors:  Thierry Monteil,   |  Work issues:
  François Bissey                    |       Commit:
Report Upstream:  N/A                |  4612049e6faa2157c09a8f453fb37ab2b993b2f6
         Branch:                     |     Stopgaps:
  u/tmonteil/MPL1.4.3                |
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by strogdon):

 * status:  needs_review => needs_info


Comment:

 This looks good to me and I think in the interest of moving forward with
 matplotlib that the approach used is the best. I too was confused with the
 use of `'nn'`. I'm now running doctests to make sure everything is OK.
 Then I'll give `positive review`. One clarifying question. Should the
 following typo be fixed here?
 {{{
 --- a/src/sage/stats/distributions/discrete_gaussian_lattice.py
 +++ b/src/sage/stats/distributions/discrete_gaussian_lattice.py
 @@ -132,7 +132,7 @@ class
 DiscreteGaussianDistributionLatticeSampler(SageObject):
          sage: D =
 DiscreteGaussianDistributionLatticeSampler(identity_matrix(2), 3.0)
          sage: S = [D() for _ in range(2^12)]
          sage: l = [vector(v.list() + [S.count(v)]) for v in set(S)]
 -        sage: list_plot3d(l, point_list=True, interploation='nn')
 +        sage: list_plot3d(l, point_list=True, interpolation='nn')
          Graphics3d Object

      REFERENCES:
 }}}
 Nothing on this ticket caused it but it is a typo and it appeared while
 searching for `'nn'`.

--
Ticket URL: <http://trac.sagemath.org/ticket/17618#comment:60>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to