Hi, I really love mathtext! I wrote a simple formula parser and now I can label my graphs with easy to read chemical names (I've attached it below for the curious).
The problem is that the baseline is wandering. On my machine the following has the 'h' too low and the 'io' too high: import pylab ax = pylab.subplot(111) pylab.text(0.5,0.5,r'$\rm{Thiol}$', va='bottom') pylab.show() I'm using wxAgg on OS X. I know I've installed freetype, but beyond that I have no idea what font it is using. Do others experience the same problem? Any idea where I can start when debugging this? - Paul ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel