MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

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/


  • Prev by Date: Re: Pythonika: Python in Mathematica
  • Next by Date: Special decomposition of a rectangular matrix
  • Previous by thread: Re: Beginner--Need to test and check real input values
  • Next by thread: something is "wrong" with the Fills option in InequalityGraphics