#6995: plotting specific contour lines should shade values above/below the
extreme
contour values
----------------------+-----------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.2
Component: graphics | Keywords:
Reviewer: | Author:
Merged: |
----------------------+-----------------------------------------------------
Notice that this plot is mostly white, but the white space represents two
different values---one is above the top contour, the other is below the
bottom contour.
We ought to make it so that stuff above/below the requested contours is
shaded appropriately.
{{{
var('x,y')
contour_plot(x-y^2,(x,-5,5),(y,-3,3),contours=[-4,0,1])
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6995>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---