|
From: manouchk <man...@gm...> - 2006-04-04 17:14:18
|
Le Mardi 04 Avril 2006 12:27, Marin Manuel a =E9crit=A0:
> 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
Ok thank you, I didn't have already integrated the concept of raw string! B=
ut=20
now it is.
Emmanuel
|