From: Darren D. <dar...@co...> - 2008-06-12 12:26:04
|
On Thursday 12 June 2008 08:08:41 am Michael Droettboom wrote: > It looks as if the docs can't be built if text.usetex is "True", first > because of needing Unicode (which also requires setting > text.latex.unicode to True), and second because the dollar_ticks.py demo > doesn't escape '$'. > > I suppose we should hardcode text.usetex to "False" when building the > documentation figures. Better yet, it might be a good idea to provide a > "documentation-only" matplotlibrc (or use only the defaults) so that we > can always get consistent results when building the documentation. I think an empty matplotlibrc file is the right way to go. I added it in svn. |