Thanks Ernest, I had no idea that the DateFormatter was going to be treated
as latex as well.

However, escaping the \ with another \ did not worked.
I tried:

majorF = DateFormatter("\\n \\n %b")

How should I escape the \n ?


> majorF = DateFormatter("\n \n %b") # problem
>                          ^^  ^^
> A common mistake.
> You forgot to escape the "\" characters.
>
> Bye.
>
> Ernest
>
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to