exception in sankey demo in examples

Possible bug report:

"Exception occurred rendering plot."

http://matplotlib.github.com/examples/api/sankey_demo.html

This is with firefox 6.0.2

M

This was discovered and fixed in master a couple of months ago. Essentially, any example that did “if name == ‘main’”, then they never got rendered by the doc builder, and no message is emitted to the builder.

The upcoming release (just cut a RC this morning) has the new sankey module and several fully working examples.

Cheers!
Ben Root

···

On Saturday, September 24, 2011, Mike Kaufman <mckauf@…149…> wrote:

Possible bug report:

“Exception occurred rendering plot.”

http://matplotlib.github.com/examples/api/sankey_demo.html

This is with firefox 6.0.2

M