|
[Date Index]
[Thread Index]
[Author Index]
Re: Greek symbols in AxesLabel and PlotLabel
- To: mathgroup at smc.vnet.net
- Subject: [mg22848] Re: Greek symbols in AxesLabel and PlotLabel
- From: "Allan Hayes" <hay at haystack.demon.co.uk>
- Date: Sat, 1 Apr 2000 02:51:09 -0500 (EST)
- References: <8c1ij8$q7s@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
<atul_narang at yahoo.com> wrote in message news:8c1ij8$q7s at smc.vnet.net...
> How does one specify Greek symbols in AxesLabel and PlotLabel?
> I'm sure this is a problem that has been addressed before, but I
> couldn't find anything in the FAQ.
>
> Appreciate any help.
>
> Atul
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Atul,
Just type them in to the options using keyboard shortcuts or the palette
Complete Characters or the full names. For example
Plot[Sin[x], {x, 0, 7},
PlotLabel -> "\[Alpha]",
AxesLabel -> {"\[Beta]", "\[Chi]"}
]
Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
Prev by Date:
Publishing in scientific journals with Mathematica
Next by Date:
Re: how to : points to surface
Previous by thread:
Re: Greek symbols in AxesLabel and PlotLabel
Next by thread:
Re: Greek symbols in AxesLabel and PlotLabel
|