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] ====