Perhaps my greatest annoyance with the matplotlib HTML documentation is
the simply absurd length of some of the module pages. For instance, the
reference for the axes module[1] amounts to more than 150 printed pages
(for lack of a better measure).
Despite this length, there is no table of contents
On Mon, 23 May 2011 09:35:57 -0400, Michael Droettboom wrote:
> Generating the thumbnails has no additional requirements (it uses
> matplotlib's image module to scale the images). However, it may be a
> problem with multiprocessing -- the thumbnails are generated in parallel
> on multi-core ma
The website is quite out of date. Not only does it claim that the latest
release is 1.0.0, but the link to the github repository appears to be
broken (has unneeded .git at the end of it).
Cheers,
- Ben
--
Achieve unprece
On Tue, 15 Feb 2011 11:40:01 -0600, Benjamin Root wrote:
> So, the question is, is this a bug or a feature? I personally believe that
> empty data is a perfectly valid scenario and given that other matplotlib
> functions handle it gracefully, we should make the collections object more
> friendly
On Wed, 5 Jan 2011 16:00:40 -0600, John Hunter wrote:
> Strange -- I'll try and test tonight with a machine disconnected from
> the internet. Out of curiosity, what command/tool are you using to
> monitor the internet requests? Ben, are you seeing the same problems?
>
It took me a long time to f
On Sun, 2 Jan 2011 23:25:12 +0100, Sandro Tosi wrote:
> Maybe I just missed them, but I can't find in the tarball the data
> files needed to run the examples without internet connection. I
> thought it was decided to ship them directly in the tarball and so use
> the examples.directory rc option t
On Sat, 1 Jan 2011 21:32:16 -0600, John Hunter wrote:
> Sorry for the repeated delays. I have been out of the country (scipy india)
> and then catching up and Christmas and New Years... I will try and block
> out some time tomorrow for an rc...
>
Awesome. Thanks!
- Ben
--
On Sat, 18 Dec 2010 06:41:43 -0500, Ben Gamari wrote:
> Hey all,
>
> Can we please have a 1.0.1 release? It would be really nice to finally
> have official 1.0 packages for ubuntu/debian.
>
Pretty please with sugar on top?
Hey all,
Can we please have a 1.0.1 release? It would be really nice to finally
have official 1.0 packages for ubuntu/debian.
Cheers,
- Ben
--
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect th
On Thu, 09 Dec 2010 23:55:05 +0200, Jouni K. Seppänen wrote:
> Ben Gamari writes:
>
> > It seems that matplotlib's sphinx extension calls
> > matplotlib.rcdefaults() after rendering each figure, thus resetting
> > examples.download to True (as set in rcsetup
On Thu, 09 Dec 2010 16:44:37 -0500, Ben Gamari wrote:
> rcdefaults()'s implementation appears to implement the latter, updating
> rcParams from rcParamsDefault in rcsetup.py, which appears to describe
> the factory default values. Perhaps we should
> rcParamsDefault.update(rcPara
On Thu, 09 Dec 2010 15:42:18 -0500, Ben Gamari wrote:
> To try identifying where this happens I have tried putting some debug
> output in RcParams.__setitem__(). Unfortunately this doesn't show anyone
> setting examples.download after the initial loading of matplotlibrc. Any
>
On Thu, 9 Dec 2010 14:09:41 -0600, John Hunter wrote:
> On Thu, Dec 9, 2010 at 1:52 PM, Ben Gamari wrote:
>
> > Any idea why my debugging messages are ineffective? Or, even better, any
> > idea why setting the examples.download in doc/matplotlibrc isn't being
> >
On Thu, 9 Dec 2010 13:39:41 -0600, John Hunter wrote:
> On Thu, Dec 9, 2010 at 1:12 PM, Ben Gamari wrote:
>
> > It seems that this may have been broken from the beginning. After
> > noticing that my changes were not taking effect, I added some debug
> > output and found
On Thu, 9 Dec 2010 12:57:49 -0600, John Hunter wrote:
> On Thu, Dec 9, 2010 at 12:34 PM, Ben Gamari wrote:
>
> > Regardless, after making the necessary changes to use absolute paths
> > (after painfully realizing that the MATPLOTLIB environment variable
> > expects the
On Thu, 09 Dec 2010 20:00:39 +0200, Jouni K. Seppänen wrote:
> Ben Gamari writes:
>
> > An absolute path is necesary because the current working directory
> > changes for each example.
>
> Oh, right, the examples are in a lot of different subdirectories.
>
Pre
On Thu, 09 Dec 2010 18:37:34 +0200, Jouni K. Seppänen wrote:
> Ben Gamari writes:
>
> > That being said, I've tracked down the reason for the configuration in
> > doc/matplotlibrc not being used. It seems that sphinx runs the examples
> > in their current direc
Sun, 5 Dec 2010 17:16:44 -0600, John Hunter wrote:
> On Sun, Dec 5, 2010 at 3:14 PM, Ben Gamari wrote:
> >> I am not intimately familiar with the doc build system, but the way that
> >> the "html" function in make.py copies matplotlibrc from mpl-data to
> >>
On Sun, 05 Dec 2010 23:03:02 +0200, Jouni K. Seppänen wrote:
> Ben Gamari
> writes:
>
> > In practice, however, I have run into a few issues. First, the comment
> > regarding examples.directory indicates that this path must be
> > absolute. Is this really true?
&
On Sun, 05 Dec 2010 23:03:02 +0200, Jouni K. Seppänen wrote:
> Ben Gamari
> writes:
>
> > In practice, however, I have run into a few issues. First, the comment
> > regarding examples.directory indicates that this path must be
> > absolute. Is this really true?
&
On Mon, 8 Nov 2010 14:01:26 -0600, John Hunter wrote:
> I will try and get to the release ASAP and set the sample_data up this way...
>
Any news on this? A release would be very nice. I did the bulk of the
work[1] to get the debian packaging working with the 1.0 series but I
can't really do much
This weekend I put a bit of time into bringing the Debian packaging[1]
for the matplotlib 1.0 series up to date.
In the tree it seems there is a matplotlibrc in the /doc
directory. Judging from the documentation, it looks like matplotlib will
first use a matplotlibrc in the current directory. This
On Sun, 07 Nov 2010 10:25:13 +0200, Jouni K. Seppänen wrote:
> So now on the 1.0 maintenance branch (coming soon to trunk, once I'm
> done wrangling with svnmerge) you can set new rc parameters
> examples.download to False and examples.directory to the directory where
> you have a checkout of the
On Sun, Nov 7, 2010 at 3:25 AM, Jouni K. Seppänen wrote:
> So now on the 1.0 maintenance branch (coming soon to trunk, once I'm
> done wrangling with svnmerge) you can set new rc parameters
> examples.download to False and examples.directory to the directory where
> you have a checkout of the samp
Hey all,
Not so long ago there was a brief discussion concerning the release
schedule for 1.0.1[1]. As an Ubuntu user, I would really a mechanism
for excluding examples requiring downloaded data from being built for
the doc target. This would bring matplotlib into compliance with
Debian packaging
25 matches
Mail list logo