Re: Text Function with Graphic
- To: mathgroup at smc.vnet.net
- Subject: [mg73151] Re: Text Function with Graphic
- From: "Sebastian Meznaric" <meznaric at gmail.com>
- Date: Sun, 4 Feb 2007 23:49:46 -0500 (EST)
- References: <eq1j4c$341$1@smc.vnet.net>
On Feb 3, 1:03 am, "WetBlanket" <Wyvern... at gmail.com> wrote:
> I can not find a way to enter text on a graph, to the left to the axis
> without the text block extending well past the actual text entered.
> This block then erases part of the axis, or other graph items. How can
> this be avoided.
If you're trying to make labels for the axes you can use the AxesLabel
function. For example AxesLabel->{None,"y axis"} will make a label y
axis for the y axis and do nothing for the x axis. But if you really
want to enter the text yourself try using Prolog option. This will
draw the text first and the rest of the graph later.