I have come across a slight oddity while working on the docs today. I
wanted to make some small changes to the ReST docs for the examples section,
but then I noticed that my docs/examples directory had the new animation
examples and a directory for "old_animations". Figuring that this could not
b
On Thu, May 19, 2011 at 1:16 PM, Benjamin Root wrote:
> I have come across a slight oddity while working on the docs today. I
> wanted to make some small changes to the ReST docs for the examples section,
> but then I noticed that my docs/examples directory had the new animation
> examples and a
On Thu, May 19, 2011 at 1:42 PM, John Hunter wrote:
>
>
> On Thu, May 19, 2011 at 1:16 PM, Benjamin Root wrote:
>
>> I have come across a slight oddity while working on the docs today. I
>> wanted to make some small changes to the ReST docs for the examples section,
>> but then I noticed that m
On Mon, May 16, 2011 at 5:28 PM, Benjamin Root wrote:
> On Monday, May 16, 2011, John Hunter wrote:
> >
> >
> > On Mon, May 16, 2011 at 2:52 PM, Eric Firing wrote:
> >
> >
> >
> > I had no idea this would open such a big can of worms! The strategy
> > question here is, what do we want to inclu
In legend.__init__ the exception message doesn't match the condition
that raises it. I think it should say "numpoints must be > 0". I'm
using matplotlib version 0.99.3.
Example:
#
import matplotlib.pyplot as plt
ax = plt.subplot(1,1,1)
ax.plot(1.1, 2.2, label='foo')
a