MathGroup Archive 1996

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

Search the Archive

Re: Questions about labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4765] Re: Questions about labels
  • From: vvs124 at rsphy1.anu.edu.au (Victoria Steblina)
  • Date: Fri, 13 Sep 1996 13:54:49 -0400
  • Organization: Australian National University
  • Sender: owner-wri-mathgroup at wolfram.com

Konrad Hinsen <hinsen at ibs.ibs.fr> wrote:

>I need to label a large set of graphics with subscripts in the labels
>(x_1, x_2 etc.). I could probably piece them together with Text[],
>but that seems much too complicated for something that is probably
>a frequent requirement. Is there an easier way?

I wonder if this
In[65] := 
          Table[Subscripted[x[i]], {i, 1, 4}]

Out[65]=
         {x , x , x , x }
           1   2   3   4

might help... You may need to include something like

Subscripted["x"[index]]   in your labelling options.

  ______________________________________ 
  Victoria Steblina
  vvs124 at rsphy1.anu.edu.au
  Optical Sciences Centre
  Australian National University
 


==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: declaring variables
  • Next by Date: Re: List of x,y pairs to use with ListPlot
  • Previous by thread: Re: int'l mathematica symp. '97
  • Next by thread: FindMinimum Termination Criteria?