Re: Where have all the axes gone?
- To: mathgroup at smc.vnet.net
- Subject: [mg40945] Re: Where have all the axes gone?
- From: Bill Rowe <listuser at earthlink.net>
- Date: Fri, 25 Apr 2003 08:03:53 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 4/24/03 at 5:25 AM, Pavel.Pokorny at vscht.cz (Pavel Pokorny) wrote: >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? Yes, there are several different things that can be done. Use AxesOrigin to specify the origin AxesLabel to label each axis Ticks to specify placement of tick marks and labeling of tick marks AxesStyle to control thickness, color etc of each axis Beyond this there is always Epilog which can be used to add any graphic element to your plot.