Re: [Matplotlib-users] Documentation for mpl_toolkits.basemap

2014-02-13 Thread Paul Hobson
It's not the wrong place, per se. But I think if you created an issue on the github repository, it's less likely to get lost in the ether. https://github.com/matplotlib/basemap On Wed, Feb 12, 2014 at 7:17 PM, Roman Olson wrote: > Hi All, > > I am new to this list so I apologize if this is supp

[Matplotlib-users] Documentation for mpl_toolkits.basemap

2014-02-12 Thread Roman Olson
Hi All, I am new to this list so I apologize if this is supposed to be posted somewhere else. Just wanted to report that there is missing documentation in mpl_toolkits.basemap Basemap for a couple of keyword arguments, namely o_lon_p and o_lat_p. (If this is the wrong place to post this pleas

Re: [Matplotlib-users] Documentation glitch on github

2012-11-14 Thread Michael Droettboom
Thanks for reporting. It seems this file didn't make it over during the transition from Sourceforge to Github web hosting. It's been restored. Mike On 11/14/2012 04:45 PM, william ratcliff wrote: Hi! I was looking through the sample doc tutorial: http://matplotlib.org/sampledoc/ and found

[Matplotlib-users] Documentation glitch on github

2012-11-14 Thread william ratcliff
Hi! I was looking through the sample doc tutorial: http://matplotlib.org/sampledoc/ and found that the link to the hard copy of the documentation is missing. Is there a more recent link? Best, William -- Monitor your p

Re: [Matplotlib-users] Documentation

2012-05-20 Thread Sandro Tosi
Hello Michael, On Thu, May 3, 2012 at 1:25 PM, Michael Droettboom wrote: > ipython - **seems unnecessary** removed > python-configobj - **necessary only for a long abandoned experimental > version of matplotlib** removed > python-epydoc - **obsolete** removed > python-qt4 - **not needed for

Re: [Matplotlib-users] Documentation

2012-05-04 Thread Michael Droettboom
On 05/03/2012 04:31 PM, Ignas Anikevicius wrote: > 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 bui

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] 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] 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

Re: [Matplotlib-users] Documentation

2012-05-02 Thread julien tayon
neither a dependancy in Freebsd ports Path: /usr/ports/math/py-matplotlib Info: A plotting library uses a syntax familiar to matlab users Maint: mainl...@apeiron.net B-deps: atk-2.0.1 binutils-2.22_1 bitstream-vera-1.10_5 blas-3.4.0 cairo-1.10.2_3,1 compositeproto-0.4.2 cups-client-1.5.2_1 da

Re: [Matplotlib-users] Documentation

2012-05-02 Thread Benjamin Root
On Wednesday, May 2, 2012, Alexis Praga wrote: > Here is the result of "apt-get build-dep python-matplotlib" : > > The following NEW packages will be installed: > blt debhelper doc-base docbook-xsl docbook-xsl-doc-html dvipng > global graphviz html2text intltool-debian ipython javascript-common >

Re: [Matplotlib-users] Documentation

2012-05-02 Thread Alexis Praga
Here is the result of "apt-get build-dep python-matplotlib" : The following NEW packages will be installed: blt debhelper doc-base docbook-xsl docbook-xsl-doc-html dvipng global graphviz html2text intltool-debian ipython javascript-common libatk1.0-dev libcairo2-dev libcgraph5 libfreezethaw-perl

Re: [Matplotlib-users] Documentation

2012-05-01 Thread Michael Droettboom
Can you provide a list of all of the packages that "apt-get build-dep python-matplotlib" installs? I think there's more required than what you listed. For example, it installs a C++ compiler, which is required. We can't assume the user has anything already, which is why build-dep is so conve

Re: [Matplotlib-users] Documentation

2012-05-01 Thread Alexis Praga
Actually, you will still need "python-dev" for compiling. Sorry. On Tue, May 1, 2012 at 5:21 PM, Alexis Praga wrote: > Hi, > > The documention on building matplotlib from source ( > http://matplotlib.sourceforge.net/users/installing.html ) > says the following : > > "If you are on debian/ubuntu,

[Matplotlib-users] Documentation

2012-05-01 Thread Alexis Praga
Hi, The documention on building matplotlib from source ( http://matplotlib.sourceforge.net/users/installing.html ) says the following : "If you are on debian/ubuntu, you can get all the dependencies required to build matplotlib with: sudo apt-get build-dep python-matplotlib" However, doing so wi

Re: [Matplotlib-users] documentation issue

2011-11-08 Thread Benjamin Root
On Tue, Nov 8, 2011 at 11:18 AM, Andres Ordonez < andres.felipe.ordo...@gmail.com> wrote: > I'm not sure this is the right place to report this, so if it isn't > please redirect it to the right place and let me know where the right > place is. > > > > The anim.py link > > http://matplotlib.sourcef

[Matplotlib-users] documentation issue

2011-11-08 Thread Andres Ordonez
I'm not sure this is the right place to report this, so if it isn't please redirect it to the right place and let me know where the right place is. The anim.py link http://matplotlib.sourceforge.net/examples/anim.py located at http://www.scipy.org/Cookbook/Matplotlib/Animations doesn't work.

Re: [Matplotlib-users] Documentation on AGG filters

2010-10-31 Thread Jae-Joon Lee
On Wed, Oct 27, 2010 at 10:36 PM, Matthieu Huin wrote: > Anyone knows of a comprehensive doc or tutorial on that subject ? Unfortunately there is no such things as far as I know. The agg_filter itself has relatively simple api (from the documentation of backend_agg.stop_filter). """

[Matplotlib-users] Documentation on AGG filters

2010-10-28 Thread Matthieu Huin
Greetings, Is there any documentation available on how to write and use AGG filters in matplotlib ? The only information I could gather comes from the rather obscure example in http://matplotlib.sourceforge.net/examples/pylab_examples/demo_agg_filter.html. This is a very powerful feature and I

Re: [Matplotlib-users] Documentation error/bug?

2010-07-29 Thread Benjamin Root
On Wed, Jul 28, 2010 at 1:54 PM, Eric Firing wrote: > On 07/28/2010 05:48 AM, Benjamin Root wrote: > >> On Tue, Jul 27, 2010 at 1:31 PM, Friedrich Romstedt >> mailto:friedrichromst...@gmail.com>> wrote: >> >>2010/7/26 Benjamin Root mailto:ben.r...@ou.edu>>: >> >> > After some reading of s

Re: [Matplotlib-users] Documentation error/bug?

2010-07-28 Thread Eric Firing
On 07/28/2010 05:48 AM, Benjamin Root wrote: > On Tue, Jul 27, 2010 at 1:31 PM, Friedrich Romstedt > mailto:friedrichromst...@gmail.com>> wrote: > > 2010/7/26 Benjamin Root mailto:ben.r...@ou.edu>>: > > After some reading of sphinx documentation, it appears to be a > bug with > >

Re: [Matplotlib-users] Documentation error/bug?

2010-07-28 Thread Benjamin Root
On Tue, Jul 27, 2010 at 1:31 PM, Friedrich Romstedt < friedrichromst...@gmail.com> wrote: > 2010/7/26 Benjamin Root : > > After some reading of sphinx documentation, it appears to be a bug with > > sphinx (or actually, "smartypants") because it should not be doing this > sort > > of interpretation

Re: [Matplotlib-users] Documentation error/bug?

2010-07-27 Thread Friedrich Romstedt
2010/7/26 Benjamin Root : > After some reading of sphinx documentation, it appears to be a bug with > sphinx (or actually, "smartypants") because it should not be doing this sort > of interpretation within a docstring.  Anyway, supposedly the workaround is > to put double backticks around the part

Re: [Matplotlib-users] Documentation error/bug?

2010-07-26 Thread Benjamin Root
On Mon, Jul 26, 2010 at 9:49 AM, Benjamin Root wrote: > On Sat, Jul 24, 2010 at 1:51 PM, Josh Lawrence > wrote: > >> Hello, >> >> I looked on your website for the different line styles. In the >> documentation for matplotlib.lines.line2D.set_linestyle, the dashed >> linestyle is listed as '-' a

Re: [Matplotlib-users] Documentation error/bug?

2010-07-26 Thread Benjamin Root
On Sat, Jul 24, 2010 at 1:51 PM, Josh Lawrence wrote: > Hello, > > I looked on your website for the different line styles. In the > documentation for matplotlib.lines.line2D.set_linestyle, the dashed > linestyle is listed as '-' and not '--'. It it my understanding that > dashed should be '--'. I

[Matplotlib-users] Documentation error/bug?

2010-07-26 Thread Josh Lawrence
Hello, I looked on your website for the different line styles. In the documentation for matplotlib.lines.line2D.set_linestyle, the dashed linestyle is listed as '-' and not '--'. It it my understanding that dashed should be '--'. If I'm incorrect, sorry for the noise. Cheers, -- Josh Lawre

Re: [Matplotlib-users] Documentation suggestions (longish post)

2010-04-18 Thread Ryan May
On Sun, Apr 18, 2010 at 12:10 AM, Gary Ruben wrote: > I've been helping a fairly new Python user (an astronomer using > numpy/scipy/matplotlib) in my office get up to speed with matplotlib and > thought I'd pass on a couple of small thoughts about the documentation > which we think would make life

[Matplotlib-users] Documentation suggestions (longish post)

2010-04-17 Thread Gary Ruben
I've been helping a fairly new Python user (an astronomer using numpy/scipy/matplotlib) in my office get up to speed with matplotlib and thought I'd pass on a couple of small thoughts about the documentation which we think would make life clearer for new users. I'm putting this out for discussi

[Matplotlib-users] Documentation

2009-09-11 Thread Sebastian Pająk
Hi Where can I download current mpl documentation in HTML format? Because there is now way to build it under win32 -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your repor

Re: [Matplotlib-users] documentation errors

2009-01-23 Thread Ryan May
keith.bri...@bt.com wrote: > At _http://matplotlib.sourceforge.net/_, the "Show Source" link doesn't > work. This is because, unlike the other pages, there is no ReST source that is used to generate the main page. John/Mike, any ideas what to do? > At _http://matplotlib.sourceforge.net/_, the t

[Matplotlib-users] documentation errors

2009-01-23 Thread keith.briggs
At http://matplotlib.sourceforge.net/, the "Show Source" link doesn't work. At http://matplotlib.sourceforge.net/, the table of functions links "show" to http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot. show, but there is no such function mentioned there. At http://matplo

Re: [Matplotlib-users] Documentation for 3D plotting?

2007-06-22 Thread Ryan Krauss
There is a nice gnuplot python interface out there. Google for gnuplot.py On 6/22/07, Stephan Bourduas <[EMAIL PROTECTED]> wrote: > On June 20, 2007, Eric Firing wrote: > > Unfortunately, the 3D plotting capability is incomplete and mostly > > unmaintained. > > > > > Orest Kozyar wrote: > > > One

Re: [Matplotlib-users] Documentation for 3D plotting?

2007-06-22 Thread Stephan Bourduas
On June 20, 2007, Eric Firing wrote: > Unfortunately, the 3D plotting capability is incomplete and mostly > unmaintained. > > Orest Kozyar wrote: > > One thing I would really love to be able to do is generate a surface > > map that is color-coded. Right now I can generate a single-color > > surfa

Re: [Matplotlib-users] Documentation for 3D plotting?

2007-06-20 Thread Eric Firing
Unfortunately, the 3D plotting capability is incomplete and mostly unmaintained. Eric Orest Kozyar wrote: > I just discovered the 3D plotting functions that matplotlib offers > (i.e. Axes3D with plot_surface, etc). This is a great package, but I > have not been able to find documentation for so

[Matplotlib-users] Documentation for 3D plotting?

2007-06-20 Thread Orest Kozyar
I just discovered the 3D plotting functions that matplotlib offers (i.e. Axes3D with plot_surface, etc). This is a great package, but I have not been able to find documentation for some parameters. For example, the plot_surface function appears to take the following arguments: (X, Y, Z, *args, **

Re: [Matplotlib-users] Documentation for 0.90

2007-02-20 Thread Edin Salkovic
Hi Damian, For the users_guide.tex see: http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/users_guide/users_guide.tex?view=log You can checkout the SVN dir where the users guide is located at: https://svn.sourceforge.net/svnroot/matplotlib/trunk/users_guide Best, Edin On 2/20/07, D

[Matplotlib-users] Documentation for 0.90

2007-02-20 Thread Damian McGuckin
Where can I find the master TeX document for 0.90? I'd like to make some corrections, and maybe add things. Thanks - Damian Pacific Engineering Systems International, 277-279 Broadway, Broadway NSW 2007 Ph:+61-2-8571-0847 .. Fx:+61-2-9692-9623 | unsolicited email not wanted here ! Views and opi