Hi,

I would like to port the faces project management app [1] to current
matplotlib. Actually, I'm not the maintainer of faces, and I'm new to
matplotlib. But I'll read as much as necessary.

First, I've tried to install faces v0.11.7, but it fails with a matplotlib
import:

import matplotlib.transforms as _mtrans
import matplotlib.patches as _patches
import matplotlib.numerix as _numerix
import matplotlib.font_manager as _font

and later

_minus = _mtrans.Value(-1)
_value_type = type(_minus)

finally

actually, it fails at the first line.

I've searched the docs, but could not find anything before v0.98, while the
faces website says that v0.85 is required.

Could someone point me to some documentation, or provide me guidelines on
porting faces to recent matplotlib versions?

thx

[1]: faces.homeip.net
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to