[Matplotlib-users] Broken clabel manual=True in 1.3.0

2013-09-28 Thread Felix Patzelt
Dear all, manually placing labels when using clabel seems to be broken in Matplotlib 1.3.0. I'm on OS X 10.8.5 and have Matplotlib installed via macports. Today I updated all installed ports and thereby got the new version of Matplotlib. Now manually placing cline labels creates weird artefact

Re: [Matplotlib-users] Example showing differences between Mac O$ and Windows use

2014-03-13 Thread Felix Patzelt
Jeroen seems to be right. The example runs fine in on my Mac when using the Qt4Agg backend (which is the default in my matplotlibrc file), but crashes when switching to the MacOSX backend. Tested on OS X 10.8.5., Matplotlib from MacPorts. Best, Felix Am 13.03.2014 um 15:53 schrieb Jeroen Hegem

Re: [Matplotlib-users] Example showing differences between Mac O$ and Windows use

2014-03-13 Thread Felix Patzelt
b-backends I'm not sure about the dependencies, I guess you have to check out each one of them. If you don't use a package manager, resolving all dependency issues might be quite painful. Best, Felix Patzelt Am 13.03.2014 um 17:18 schrieb Christophe Bal : > Thanks a lot for this big h

Re: [Matplotlib-users] Example showing differences between Mac O$ and Windows use

2014-03-13 Thread Felix Patzelt
; matplotlib version 1.3.1 > verbose.level helpful > interactive is False > platform is darwin > CACHEDIR=/Users//.matplotlib > Using fontManager instance from /Users/xxxx/.matplotlib/fontList.py3k.cache > backend MacOSX version unknown > > > 2014-03-13 17:31 GMT+01:00 F

[Matplotlib-users] TeX + QT4Agg = Broken (Mac OS X)

2012-05-28 Thread Felix Patzelt
seems that the assumption behind the following check is incorrect: AttributeError: 'NoneType' object has no attribute 'checksum' My system: A Macbook Pro with OS X 10.7.4, 4GB ram. I'm using the la

Re: [Matplotlib-users] Possible to change MPL color scheme?

2012-07-21 Thread Felix Patzelt
Have you ever been in a talk where someone uses 100% green on a slide? The result is usually that no one can see what is shown unless it is a really large green area. Green should be dark and not (0, 255, 0)! The same applies to cyan and yellow. Were the colors like you want them, they would be

Re: [Matplotlib-users] Fwd: Possible to change MPL color scheme?

2012-07-21 Thread Felix Patzelt
(i/10.) for i in range(10)]. There also was an example in the Mailing list for how to do this on a per-plot-basis: https://gist.github.com/3150091 Am 21.07.2012 um 21:00 schrieb klo uo: > On Sat, Jul 21, 2012 at 7:37 PM, Felix Patzelt wrote: >> Have you ever been in a talk where som

Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-17 Thread Felix Patzelt
The dmg you are referring to appears to install to /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (The main library, not the one for in our user directory). Most likely, this directory is not in pythons search path. Therefore, python can't find any modules install

Re: [Matplotlib-users] Problems with sans-serif fonts and tick labels with TeX

2013-05-03 Thread Felix Patzelt
H, I'm using sfmath, too. I actually wrote a helper function to switch fonts. The preambles are the result of long-term trial and error. Normally, my preambles include some more custom commands which I left out here because they would be distracting. I always wondered why matplotlib doesn't do t