Appreciate any help.
Atul
Sent via Deja.com http://www.deja.com/
Before you buy.
hmm,
Plot[Sin[x], {x, -Pi, Pi}, AxesLabel -> {\[Phi], \[Psi][\[Phi]]},
Axes -> True]
should produce a phi and a psi(phi) on your axes.
Regards
Jens
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
h...@haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565
Carlo
Plot[Sin[x], {x, -Pi, Pi}, AxesLabel -> {\[Phi], \[Psi][\[Phi]]},
Axes -> True]
Plot[Sin[x], {x, 0, 7},
PlotLabel -> "\[Alpha]",
AxesLabel -> {"\[Beta]", "\[Chi]"}
]
Plot[{42 - q, 2 q}, {q, 0, 30}, AxesLabel -> {"\[Alpha]", "\[Mu]"},
PlotLabel -> "\[CapitalSigma]\[Lambda]\[Lambda]\[Alpha]"]
But what to do if someone wants to work with Mathematica under text frontend.
I noticed that motifps program doesn't show the above pictures in a proper
way.
Greetings,
RP