Hi Edin,

Edin Salkovic wrote:
>>
>> 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
> 

Actually the original string renders as desired. Its the svg save that 
causes the problem.

I gather this is due to incomplete implementation of svg export.

thanks!
-Kaushik


-------------------------------------------------------------------------
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
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to