Re: [matplotlib-devel] github issue labels

2011-06-21 Thread Benjamin Root
On Tuesday, June 21, 2011, Eric Firing wrote: > Suggestion: let's try to keep the labels short.  I think that will make > it easier to see what we have as the number of labels increases, and > will make the labels a bit less visually overwhelming.  (It looks like > existing labels can be edited in

[matplotlib-devel] github issue labels

2011-06-21 Thread Eric Firing
Suggestion: let's try to keep the labels short. I think that will make it easier to see what we have as the number of labels increases, and will make the labels a bit less visually overwhelming. (It looks like existing labels can be edited in the Manage Labels function, but I was afraid to tr

Re: [matplotlib-devel] EPS export broken in HEAD?

2011-06-21 Thread Fernando Perez
Hi Mike, On Tue, Jun 21, 2011 at 6:07 AM, Michael Droettboom wrote: > It looks like something fishy in your font cache -- "None" has been > entered in the table as a filename. > > Can you move away your ~/.matplotlib/fontList.cache file (to force a > regeneration) and see if that resolves the pro

Re: [matplotlib-devel] SVG export mangled

2011-06-21 Thread Dieter Weber
Hi Mike, your changes in the pull request fixed the problem for me, thanks a lot! Greetings, Dieter Am Dienstag, den 21.06.2011, 09:01 -0400 schrieb Michael Droettboom: > I see what is happening here... The SVG backend was recently > re-written to write some of the path data in C -- unfortunatel

Re: [matplotlib-devel] [Python-modules-team] Bug#608932: python-matplotlib-doc: "Exception occurred rendering plot"

2011-06-21 Thread Josh Hemann
Sandro, did you ever figure anything out with this behavior? I see the same thing (example scripts for which the docs contain the Exception error yet run just fine from the command line). Sandro Tosi-4 wrote: > > Hi, > > On Tue, Jan 4, 2011 at 19:11, Jakub Wilk wrote: >> Package: python-matp

Re: [matplotlib-devel] improved source code for radar chart example in matplotlib docs

2011-06-21 Thread Josh Hemann
Hi Dan, Is http://matplotlib.sourceforge.net/examples/api/radar_chart.html?highlight=radar this the example you are referring to? If so, this is the one I submitted to the gallery a couple of years ago and I would be happy to see the underlying methodology improved. Josh texas_ranger wrote: >

Re: [matplotlib-devel] EPS export broken in HEAD?

2011-06-21 Thread Michael Droettboom
It looks like something fishy in your font cache -- "None" has been entered in the table as a filename. Can you move away your ~/.matplotlib/fontList.cache file (to force a regeneration) and see if that resolves the problem? If so, I'd like to see the original broken fontList.cache file to see

Re: [matplotlib-devel] SVG export mangled

2011-06-21 Thread Michael Droettboom
I see what is happening here... The SVG backend was recently re-written to write some of the path data in C -- unfortunately the numbers being written there are locale-aware, and in your locale it appears to be using ',' as a decimal point. I put up a fix for this here: https://github.com/ma

Re: [matplotlib-devel] [Matplotlib-users] Plan to merge the matplotlib-py3 branch?

2011-06-21 Thread Darren Dale
On Mon, Jun 20, 2011 at 6:18 PM, Eric Firing wrote: > On 06/20/2011 11:29 AM, Darren Dale wrote: > >> Ok, I've migrated the issues over to github. >> >> Darren > > Darren, > > Thank you.  Now I see another possible problem with the issue tracker: > it doesn't seem to have a way to select issues th

[matplotlib-devel] More precise instructions about installing from git

2011-06-21 Thread Dieter Weber
Hi everybody, just now I noticed that I was still running the old SVN version of matplotlib and not the most recent one from git. Apparently the files installed to (in my case) /usr/local/lib/python2.6/dist-packages/matplotlib from SVN with "python setup.py install" took precedence over the install

[matplotlib-devel] EPS export broken in HEAD?

2011-06-21 Thread Fernando Perez
Howdy, a simple plot(rand(100)) savefig('foo.eps') is giving me the traceback below. Is it something I'm doing wrong on my side? Running on linux, ubuntu 10.10, python2.6. Thanks for any tips... f --- TypeError