#5885: #5567 should throw a deprecation warning
------------------------+---------------------------------------------------
Reporter: jason | Owner: burcin
Type: defect | Status: new
Priority: critical | Milestone: sage-4.3.1
Component: calculus | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by jason):
I concur, but for a totally different reason. The deprecation warning is
now thrown (probably because of the changes in #7809?):
{{{
sage: var('y')
y
sage: region_plot([y>0,x>0,x^2+y^2<3], (-3, 3),
(-3,3),plot_points=100,incol='gray').show(aspect_ratio=1)
/home/grout/sage/local/lib/python2.6/site-
packages/sage/plot/contour_plot.py:565: DeprecationWarning: Unnamed ranges
for more than one variable is deprecated and will be removed from a future
release of Sage; you can used named ranges instead, like (x,0,2)
g, ranges = setup_for_eval_on_grid(f, [xrange, yrange], plot_points)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5885#comment:4>
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.