Re: [Matplotlib-users] Old-style/text figures

2014-11-11 Thread Andy Buckley
ella}"] and variations on that theme. Not wonderfully integrated, and could be improved, but it does allow the math font (used for tick labels for some reason) to be specified as completely as the text one. Cheers, Andy On 03/11/14 22:59, Andy Buckley wrote: > Hi again, > >

Re: [Matplotlib-users] Old-style/text figures

2014-11-03 Thread Andy Buckley
ific to the PGF backend? * I checked a bit, and fontspec seems a bit ropey when it comes to changing math fonts to match the text font; I had to \usepackage[osf]{mathpazo} before importing fontspec to get a correctly weighted math font. mathspec is maybe worth investigation. Thanks in advance, a

[Matplotlib-users] Old-style/text figures

2014-10-27 Thread Andy Buckley
[osf]{mathpazo}. Is there a way to pass options like this to fontspec? In general this would seem a useful thing to be able to do, since fontspec controls far more than OSFs, but I couldn't find a discussion of it in the docs. Hope you can help; thanks! Andy -- Dr Andy Buckley, Royal Soc

Re: [Matplotlib-users] 3D plots

2009-03-23 Thread Andy Buckley
Barry Wark wrote: > On Mon, Mar 23, 2009 at 6:11 AM, Etienne Gaudrain wrote: >> Thanks a lot for the link, and for the suggestions! >> I will probably give a go to Mayavi2, but given how heavy it seems to be >> (compared to matplotlib) it probably requires some custom wrapping... >> which means ag