|
From: Marin M. <mar...@un...> - 2006-04-04 15:27:55
|
Hi,
>So how to put "\f" in a variable in python?
>
You either have to escape the \ :
ylab=3D"$RRR [\\frac{R(300K)}{R(10K)}]$"
or use raw strings:
ylab=3Dr"$RRR [\frac{R(300K)}{R(10K)}]$"
Marin
--=20
Laboratory of Neurophysics and Physiology
UMR 8119 CNRS-Universit=E9 Ren=E9 Descartes
45, rue des Saints-P=E8res
75270 Paris Cedex 06
France
|