Howdy,
the attached screenshot shows the output in matplotlib of:
In [18]: plot([1,2])
Out[18]: []
In [19]: title(r'$a+b+\dots+\dot{s}+\ldots$')
Out[19]:
along with the PostScript that Latex produces for the same equation.
There are two bugs, I think:
- \dots --> \dot{s} by matplotlib
- \ldot
All,
I have just submitted the following two additions to the code:
1) Added ability to have X and Y Axis autoscale independently. This is handled
by the addition of the following methods to Axes:
-- Axes.get_autoscalex_on() / Axes.set_autoscalex_on( bool )
-- Axes.get_autoscaley_on() / A
Sorry -- that was caused by my moving of C++ code around yesterday.
Please update and try again. You may need to remove your build
directory and do a full rebuild.
Cheers,
Mike
Nils Wagner wrote:
> Hi all,
>
> I am using latest svn.
> My script worked until last week. If I run it now
>
> matp
Hi all,
I am using latest svn.
My script worked until last week. If I run it now
matplotlib version 0.98.6svn
verbose.level helpful
interactive is False
units is False
platform is linux2
Using fontManager instance from
/data/home/nwagner/.matplotlib/fontList.cache
Traceback (most recent call las