Nope. Does not work.

Fails with ...

/home/cande/python/packages/matplotlib-0.91.1-py2.5-linux-x86_64.egg/matplotlib/mathtext.py:670:
MathTextWarning: Unrecognized symbol '\['. Substituting with a dummy
symbol.
  % sym.encode('ascii', 'backslashreplace'), MathTextWarning)
/home/cande/python/packages/matplotlib-0.91.1-py2.5-linux-x86_64.egg/matplotlib/mathtext.py:670:
MathTextWarning: Unrecognized symbol '\]'. Substituting with a dummy
symbol.
  % sym.encode('ascii', 'backslashreplace'), MathTextWarning)

Like it says, it renders the plot but with a dummy symbol. A plain [
or ] does not even render the plot.

Just tried, \left[ and \right] and they work.

Cheers,
Chaitanya


On Tue, Apr 14, 2009 at 6:30 PM, Michael Droettboom <md...@stsci.edu> wrote:
> You need to escape the [ ], e.g. \[ \]
> Does that work for you?
>
> Cheers,
> Mike
>
> Chaitanya Krishna wrote:
>>
>> Forgot to mention the version in the last mail. I am using
>>
>> In [2]: matplotlib.__version__
>> Out[2]: '0.91.1'
>>
>> Cheers,
>> Chaitanya
>>
>>
>> ------------------------------------------------------------------------------
>> This SF.net email is sponsored by:
>> High Quality Requirements in a Collaborative Environment.
>> Download a free trial of Rational Requirements Composer Now!
>> http://p.sf.net/sfu/www-ibm-com
>> _______________________________________________
>> Matplotlib-users mailing list
>> Matplotlib-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>>
>
> --
> Michael Droettboom
> Science Software Branch
> Operations and Engineering Division
> Space Telescope Science Institute
> Operated by AURA for NASA
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to