#17247: Add a polytope tutorial
-------------------------------------+-------------------------------------
Reporter: kcrisman | Owner:
Type: enhancement | Status: needs_work
Priority: minor | Milestone: sage-6.4
Component: geometry | Resolution:
Keywords: thematic | Merged in:
tutorials | Reviewers: Karl-Dieter Crisman
Authors: sarah-marie | Work issues:
belcastro, Karl-Dieter Crisman | Commit:
Report Upstream: N/A | 8a089aa7208c273d322428b01391bcb00d606ccb
Branch: | Stopgaps:
public/ticket/17247 |
Dependencies: |
-------------------------------------+-------------------------------------
Comment (by kcrisman):
Thanks for the review, very helpful.
As it happens, the author actually always spells her name without capital
letters, so I'll change that when I get around to fixing the Schlegel
piece - I think it's the `show()` that is deprecated, not the projection.
In fact, this was apparently not doctested at #16625
{{{
+ def show(self, *args, **kwds):
+ from sage.misc.superseded import deprecation
+ deprecation(16625, 'use Projection.plot instead')
+ return self.plot(*args, **kwds)
}}}
so I may need to fix that as well for this ticket.
--
Ticket URL: <http://trac.sagemath.org/ticket/17247#comment:10>
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.