Re: Axeslabel containing capital n
- To: mathgroup at smc.vnet.net
- Subject: [mg108423] Re: Axeslabel containing capital n
- From: Mike Bryniarski <melondisco at gmail.com>
- Date: Wed, 17 Mar 2010 04:39:53 -0500 (EST)
- References: <hnnoa8$jov$1@smc.vnet.net>
Make your label a string by putting quotes around it ie: "N" On Mar 16, 6:59 am, Jim Lambaugh <lamba... at gmail.com> wrote: > Hi > > In my plot I need to label my y-axis N, but Mathematica recognizes > this as numerical value. How do I turn this off while plotting, so I > can label my axis N? > > Also, I need to change the font of the N. But I guess that is easy as > long as the above problem is taken care of (i.e. just use Style)? > > Best, > Jim.