[Matplotlib-users] Getting the projection of an axis

2014-09-23 Thread Adam Hughes
Hello, Is it possible to inspect an AxesSubplot object and infer if it is using a 3d projection or not? Couldn't figure it out directly from the API. Thanks -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analy

Re: [Matplotlib-users] Inconsistent font handling in axis labels

2014-09-23 Thread Daniele Nicolodi
On 23/09/14 13:51, Daniele Nicolodi wrote: > The effect is that the plot title, legend, and tick mark labels are > correctly rendered in Helvetica Light, while axis labels are rendered in > Helvetica Regular. > > I'm I missing something or there is a problem in matplotlib for which > the weight fo

[Matplotlib-users] Inconsistent font handling in axis labels

2014-09-23 Thread Daniele Nicolodi
Hello, I would like to create PDFs of plot using the Helvetica font in the Light variant. In my old Mac OS X installation I somehow achieved this, I don't remember exactly how, but probably with an ugly hack that involved making matplotlib aware only of this variant of the font. In my new Mac OS X