[Matplotlib-users] the coding_guide page

2012-05-03 Thread Pengkui Luo
It may be a minor one, but can the web manager delete the last sentence on this page? It is the same as the previous sentence... http://matplotlib.sourceforge.net/devel/coding_guide.html ~Pengkui -- Live Security Virtual

[Matplotlib-users] matplotlib wxpython deployment : RuntimeError: Could not find matplotlib data files , despite py2exe setup

2012-05-03 Thread hari jayaram
Hi I am trying to create an executable for a wxpython app that plots some data using matplotlib , pyplot.figure(). I have tried following the directions for including the matplotlib data files detailed here(http://www.py2exe.org/index.cgi/MatPlotLib) but still get an error indicating that the data

Re: [Matplotlib-users] Documentation

2012-05-03 Thread Ignas Anikevicius
Dear Michael, Sorry for such a lengthy email, but I wanted to ask about dependencies as well. I am trying to get python and py3k versions of matplotlib working. In addition to this I am trying to do this with git/master version. I can build Python2 version, but I could not do it with Python3. Cou

Re: [Matplotlib-users] symlog linear to log transition plot position?

2012-05-03 Thread Michael Droettboom
See PR #855 https://github.com/matplotlib/matplotlib/pull/855 Mike On 05/03/2012 10:01 AM, Michael Droettboom wrote: On 05/03/2012 09:48 AM, Benjamin Root wrote: On Wed, May 2, 2012 at 3:59 PM, David Erickson > wrote: On 5/1/2012 5:41 AM, Benjamin Root wr

Re: [Matplotlib-users] symlog linear to log transition plot position?

2012-05-03 Thread Michael Droettboom
On 05/03/2012 09:48 AM, Benjamin Root wrote: On Wed, May 2, 2012 at 3:59 PM, David Erickson > wrote: On 5/1/2012 5:41 AM, Benjamin Root wrote: On Tue, May 1, 2012 at 6:42 AM, David Erickson mailto:deric...@stanford.edu>> wrote: Hi I need t

Re: [Matplotlib-users] Documentation

2012-05-03 Thread Michael Droettboom
On 05/03/2012 07:47 AM, Sandro Tosi wrote: > Hi all, > > On Thu, May 3, 2012 at 1:25 PM, Michael Droettboom wrote: >> Yeah, it definitely seems like there's a bit too much here. > well, running "apt-get build-dep matplolib" you'll get all the > dependecies needed to build all the part of matplotli

Re: [Matplotlib-users] symlog linear to log transition plot position?

2012-05-03 Thread Benjamin Root
On Wed, May 2, 2012 at 3:59 PM, David Erickson wrote: > On 5/1/2012 5:41 AM, Benjamin Root wrote: > > > > On Tue, May 1, 2012 at 6:42 AM, David Erickson wrote: > >> Hi I need to use the symlog yscale in my graph, I have a lot of data >> that needs to be displayed linearly, with a small fraction a

Re: [Matplotlib-users] Documentation

2012-05-03 Thread Michael Droettboom
Yeah, it definitely seems like there's a bit too much here. I think some of these dependencies are obsolete, in that we used to build extensions against gtk and wx in order to transfer image data to those backends, but those are no longer needed with current versions of those libraries. I lo