Hi kaushik,
On 7/6/07, kaushik.ghose <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When I do
>
> m.text(0,0,'$\sum_{n=1}^{100}$');m.axis('off');m.savefig('test.svg')
Shouldn't that be:
r'$\sum_{n=1}^{100}$' # i.e. a "raw" string.
or:
'$\\sum_{n=1}^{100}$' # Escaped backslash
Does this help?
Cheers,
Edin
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users