something is "wrong" with the Fills option in InequalityGraphics
- To: mathgroup at smc.vnet.net
- Subject: [mg71561] something is "wrong" with the Fills option in InequalityGraphics
- From: "Chris Chiasson" <chris at chiasson.name>
- Date: Thu, 23 Nov 2006 05:41:31 -0500 (EST)
When I load InequalityGraphics as part of a BeginPackage statement and
then use the Fills option of Inequality plot, it ignores the option
and doesn't produce an error.
BeginPackage["blah`",{"Graphics`InequalityGraphics`"}];
Begin["`p`"];
InequalityPlot[1<x^2-y^2<4&&x*y<1&&x>0&&y>0,{x,-2,3},{y,-2,2},
Fills->{White}]
Context@Fills
End[];
EndPackage[];
Context@Fills
\[SkeletonIndicator]Graphics\[SkeletonIndicator]
blah`p`
Graphics`FilledPlot`
One can work around this problem by adding "Graphics`FilledPlot`" to
the List in BeginPackage, but that should not be required, AFAIK.
--
http://chris.chiasson.name/