RE: it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)
- To: mathgroup at smc.vnet.net
- Subject: [mg72126] RE: [mg72074] it seems like InequalityPlot can only handle a color for the PlotStyle... nothing more complicated... (?)
- From: "David Park" <djmp at earthlink.net>
- Date: Wed, 13 Dec 2006 06:39:14 -0500 (EST)
Chris, Enclose the directives for the top line in a List. << "Graphics`InequalityGraphics`" InequalityPlot[x + 5*y < 2, {x, -5, 5}, {y, -5, 5}, Fills -> {Green}, PlotStyle -> {Red, {Thickness[0.01], Dashing[{.05, .025}]}}]; David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Chris Chiasson [mailto:chris at chiasson.name] 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/