Hi,
On Mon, Nov 8, 2010 at 7:06 PM, John Hunter wrote:
> On Mon, Nov 8, 2010 at 6:55 PM, Matthew Brett wrote:
...
>> and so on. I mean, the ability to keep the code context across the
>> page, both in the ..plot: and ..testcode:: and even >>> directives, so
>> I can build up my tutorial example
On Mon, Nov 8, 2010 at 6:55 PM, Matthew Brett wrote:
> First - thank you - it makes my heart very glad to be able to do this:
>
> .. plot::
> :include-source:
>
> import matplotlib.pyplot as plt
> plt.plot(range(10))
> plt.show()
>
> Here's my question. This is already a huge step fo