Re: FillingStyle -> Striped ?
- To: mathgroup at smc.vnet.net
- Subject: [mg115307] Re: FillingStyle -> Striped ?
- From: Thomas Dowling <thomasgdowling at gmail.com>
- Date: Fri, 7 Jan 2011 04:09:19 -0500 (EST)
Hello, You might be interested in the following link: http://groups.google.com/group/comp.soft-sys.math.mathematica/browse_thread/thread/ff956538c40409c3 (Hatched Shading? From Alex to Mathgroup) I reproduce a solution (of which I have made much use!) by Bob Hanlon: f[x_] = Exp[-x]; Plot[{Table[(x - k)/3, {k, -3, 3, .15}], f[x]}, {x, 0, 3}, PlotRange -> {0, 1}, RegionFunction -> Function[{x, y}, 0 < y <= f[x]], PlotStyle -> {Directive[AbsoluteThickness[3], LightBlue], Directive[Thick, Blue]}] And many thanks to Bob Hanlon. Tom Dowling On Tue, Jan 4, 2011 at 11:52 PM, andrius ruslan < andrius.ruslan at googlemail.com> wrote: > For a black/white print of a function I needed some FillingStyle like > striped or dotted. > > seems to be a simple task, but haven't found any hint yet. > tnx >