|
[Date Index]
[Thread Index]
[Author Index]
Framing a Graph
- To: mathgroup at smc.vnet.net
- Subject: [mg112774] Framing a Graph
- From: Gregory Lypny <gregory.lypny at videotron.ca>
- Date: Thu, 30 Sep 2010 04:50:36 -0400 (EDT)
Hello everyone,
I need help in tweaking the appearance of a graph. I'd like axes shown on all four sides of a 2D plot. This can be done by including a frame as in the following.
Plot[x^2, {x, 0, 8},
Frame -> True,
GridLines -> Automatic,
AxesOrigin -> {0, 0}]
The problem with this approach for my particular purpose, however, is that the origin of the graph and the lower-left corner of the frame are not coincident. The origin (0, 0) is set in and appears at the first tick on the horizontal and vertical axis. Likewise, the outermost point, (8, 64) in my example here, is not coincident with the top-right corner of the frame. Is there any way that I can get a frame to lie on top of the axes?
Much appreciated,
Gregory
Prev by Date:
Re: Manipulating Solution List from NDSolve
Next by Date:
Re: Numeric warnings during symbolic manipulation
Previous by thread:
Tagdelay
Next by thread:
4 Gb are not enough ...
|