Re: Special characters in the axis label?
- To: mathgroup at smc.vnet.net
- Subject: [mg80740] Re: Special characters in the axis label?
- From: chuck009 <dmilioto at comcast.com>
- Date: Thu, 30 Aug 2007 23:43:11 -0400 (EDT)
I don't see where the problem is:
ListPlot[{1, 2, 3}, PlotStyle -> PointSize[0.04],
AxesLabel -> (StyleForm[TraditionalForm [ #], FontSize -> 16,
FontWeight -> "Heavy"] & /@ {i, M'[t]})]
>
> Now, for comparison, I want a plot of different
> function with a _prime_
> sign: M'(i). As you can imagine, I have no idea what
> to do to get it.
>
>
> TIA, Kris
>
>
>