Re: Where have all the axes gone?
- To: mathgroup at smc.vnet.net
- Subject: [mg40967] Re: Where have all the axes gone?
- From: "AngleWyrm" <no_spam_anglewyrm at hotmail.com>
- Date: Fri, 25 Apr 2003 08:08:20 -0400 (EDT)
- References: <b88b3e$h3d$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
"Pavel Pokorny" <Pavel.Pokorny at vscht.cz> wrote in message news:b88b3e$h3d$1 at smc.vnet.net... > Motto: > > Plot[Exp[-2x^2],{x,-5,5}, > PlotRange->All, > PlotStyle->{RGBColor[1,0,0],Thickness[0.2]}, > Axes ->True > ]; > Can you, please, help me to redraw the axes? > Something with Epilog? > I feel there is a simple solution I can't see. > > Any help appreciated. > The axis lines are there, they are just hidden behind very thick plot lines. If you reduce your plot lines from Thickness[0.2] down to say Thickness[0.02] then the axis become visible.