MathGroup Archive 2006

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

Search the Archive

it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72074] it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)
  • From: "Chris Chiasson" <chris at chiasson.name>
  • Date: Mon, 11 Dec 2006 04:54:43 -0500 (EST)

See for yourself:

This causes a huge black top border ... nothing like the specification:

<<"Graphics`InequalityGraphics`"
InequalityPlot[x+5*y<2,{x,-5,5},{y,-5,5},Fills\[Rule]{Green},
  PlotStyle\[Rule]{Red,Thickness[0.01],Dashing[{.05,.025}]}]

This works well:

InequalityPlot[x+5*y<2,{x,-5,5},{y,-5,5},Fills\[Rule]{Green},
  PlotStyle\[Rule]{Red}]

-- 
http://chris.chiasson.name/


  • Prev by Date: Oh, those complex values!!!
  • Next by Date: RE:Packages--guikit and mathgl3d help!
  • Previous by thread: Re: Oh, those complex values!!!
  • Next by thread: Re: it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)