[wxPython-users] Greek or Mathematical Characters in Static Text
Controls
Christopher Barker
Chris.Barker at noaa.gov
Mon Jan 29 16:28:34 PST 2007
Rich Shepard wrote:
> Is it possible to enter Greek or mathematical symbols as static text
> (labels) on a wxPython widget? Ideally, one could enter TeX code
Can you support having a complete TeX installation? If so, then running
TeX and dvipng, then loading that as a StaticBitmap would work ell
(similar to what Matplotlib does)
For that matter, does it need to be dynamic? If not, you can just make
the PNGs ahead of time.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list