MathGroup Archive 2005

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

Search the Archive

Re: Hi, a simple question, thanks

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59930] Re: [mg59905] Hi, a simple question, thanks
  • From: "Matthias Bode" <lvsaba at hotmail.com>
  • Date: Fri, 26 Aug 2005 04:53:21 -0400 (EDT)
  • References: <200508251033.GAA10086@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Jing:

Try:

gr01 = Plot[Sin[x], {x, 0, 2*Pi}];

gr02 = Graphics[Text[sin*x, {3, 1/2}]];

Show[gr01, gr02]

And have a look at Graphics and its "infinite" options in the Help Browser.

Best regards,

MATTHIAS BODE
Torres Sofer III, depto. 9 A
Pedro Borda #1072
esq. Ismael Vásquez
COCHABAMBA/BOLIVIA

CEL: +591-70 71 56 64
TEL/FAX: +591-4-4 53 34 17
LVSABA at HOTMAIL.COM
Time indicated: UTC (=GMT).





----- Original Message ----- 

From: <sjsongjing at gmail.com>
To: mathgroup at smc.vnet.net
Subject: [mg59930] [mg59905] Hi, a simple question, thanks


> Hi,
> I want to label every curve with ListPlot or MultipleListPLot, but by
> using PlotLabel -> StyleForm[TraditionalForm["b971"],...] it can only
> put the label in oneline in the middle. But I need it label every
> curve, something as done by gnuplot.
>
> Thanks for reply.
>
> Jing
>
> 


  • Prev by Date: Re: inconsistency with Inequality testing and Floor
  • Next by Date: Re: inconsistency with Inequality testing and Floor
  • Previous by thread: Hi, a simple question, thanks
  • Next by thread: Re: Hi, a simple question, thanks