Re: Subscript in AxesLabel
- To: mathgroup at smc.vnet.net
- Subject: [mg111252] Re: Subscript in AxesLabel
- From: Simon <simonjtyler at gmail.com>
- Date: Sun, 25 Jul 2010 01:58:42 -0400 (EDT)
- References: <i2eaef$q2m$1@smc.vnet.net>
Hi A.S, Maybe this might help: Try running In[1]:= expr1=ToExpression["u_k(x_1(s),t)",TeXForm] In[2]:= expr2=ToString[expr1,TraditionalForm] In[3]:= Plot[x,{x,0,1},AxesLabel->{expr1,expr2}] On Jul 24, 7:06 pm, atlas shrugger <ashrug... at gmail.com> wrote: > Hi, > > Please teach me to put subscript in AxesLabel. I have 3D plot command > ListPlot3D[..., AxesLabel->{}]. I want label to look like in LaTeX > "u_k(x_1(s),t)" but I receive only various error messages when I try > to put this to Mathematica. > > Many thanks for help in advance. > > Best regards, > A. S.