From: Benjamin R. <ben...@ou...> - 2011-09-24 22:11:02
|
On Saturday, September 24, 2011, Mike Kaufman <mc...@gm...> 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 > 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 |