MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Greek symbols in AxesLabel and PlotLabel

  • To: mathgroup at smc.vnet.net
  • Subject: [mg22874] Re: Greek symbols in AxesLabel and PlotLabel
  • From: Robert Prus <robert at fuw.edu.pl>
  • Date: Sun, 2 Apr 2000 15:33:43 -0400 (EDT)
  • Organization: Warsaw University, Physics Department, Institute of Theoretical Physics
  • References: <8c1ij8$q7s@smc.vnet.net> <IRrF4.3$1q.354@news2.wolfram.com>
  • Sender: owner-wri-mathgroup at wolfram.com

All of the examples work under graphics FrontEnd:

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


  • Prev by Date: Re: Counting the total number of available Mathematica commands ?
  • Next by Date: Solid geometry matching problem
  • Previous by thread: Re: Greek symbols in AxesLabel and PlotLabel
  • Next by thread: Re: Re: Greek symbols in AxesLabel and PlotLabel