[matplotlib-devel] My apologies

2014-01-24 Thread Philippe Mallet-Ladeira
I want to apologies because, as some of you noted, I sent some e-mails to this list in which they were not destined for. It was a bad configuration of my mail client that I just corrected now so I hope it won't happen again. Please, sorry for the inconvenience. -- Philippe Mallet-Ladeira

Re: [matplotlib-devel] Bundling exception for python-matplotlib fonts

2014-01-24 Thread Michael Droettboom
matplotlib is not able to use .otf format fonts. We bundle a version where they have been converted to .ttf. We could update our code to use .otf fonts but it's considerable work, involving writing code on top of freetype to convert and subset our fonts, rather than the 15-year-old ttconv

[matplotlib-devel] MEP22 doc

2014-01-24 Thread Federico Ariza
Hello everybody I just added some documentation for the MEP22 new classes and methods. Please take a look https://github.com/matplotlib/matplotlib/pull/2759 I ran into some problems, when trying to decide if some methods where public or not. If the method was used only for backend