MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Text Function with Graphic

  • To: mathgroup at smc.vnet.net
  • Subject: [mg73125] Re: [mg73112] Text Function with Graphic
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Sun, 4 Feb 2007 06:45:12 -0500 (EST)
  • Reply-to: hanlonr at cox.net

Plot[x,{x,0,5},
    Prolog->{Text["This is\nleft of\nthe axis", {-1,2.5}]},
    PlotRange->All];

Plot[x,{x,0,5},Frame->True,Axes->False,
    FrameLabel->{"x","y (centimeters)\n"},
    Prolog->{Text["This is\nleft of\nthe axis", {-1.7,2.5}]},
    PlotRange->All];


Bob Hanlon

---- WetBlanket <Wyvern864 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.
> 


  • Prev by Date: Re: NIntegrate - problems with HoldAll property(?)
  • Next by Date: Re: record intermediate steps
  • Previous by thread: Re: Text Function with Graphic
  • Next by thread: Re: Text Function with Graphic