From: Sandro T. <mo...@de...> - 2011-01-17 22:46:21
|
Hi, On Tue, Jan 4, 2011 at 19:11, Jakub Wilk <jw...@de...> wrote: > Package: python-matplotlib-doc > Version: 0.99.3-1 > Severity: minor > > There are several "Exception occurred rendering plot" warnings in the > generated documentation: > > $ cd /usr/share/doc/python-matplotlib-doc/html/ && grep -r 'Exception > occurred' . > ./users/screenshots.html:[<a class="reference external" > href="../plot_directive/mpl_examples/pylab_examples/scatter_demo2.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./users/screenshots.html:[<a class="reference external" > href="../plot_directive/mpl_examples/api/date_demo.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./users/screenshots.html:[<a class="reference external" > href="../plot_directive/mpl_examples/pylab_examples/finance_work2.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./users/screenshots.html:[<a class="reference external" > href="../plot_directive/pyplots/plotmap.py">source code</a>]<p>Exception > occurred rendering plot.</p> > ./examples/units/date_support.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/units/date_support.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/units/basic_units.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/units/basic_units.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/units/artist_tests.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/units/artist_tests.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/axes_grid/demo_image.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/axes_grid/demo_image.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/data_helper.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/data_helper.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/date_demo2.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/date_demo2.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/geo_demo.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/geo_demo.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/centered_ticklabels.html:[<a class="reference > external" > href="../../plot_directive/mpl_examples/pylab_examples/centered_ticklabels.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/finance_demo.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/finance_demo.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/date_demo1.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/date_demo1.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/finance_work2.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/finance_work2.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/loadrec.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/loadrec.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/scatter_demo2.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/scatter_demo2.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/pylab_examples/multipage_pdf.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/pylab_examples/multipage_pdf.py">source > code</a>]<p>Exception occurred rendering plot.</p> > ./examples/api/date_demo.html:[<a class="reference external" > href="../../plot_directive/mpl_examples/api/date_demo.py">source > code</a>]<p>Exception occurred rendering plot.</p> The updated list is: api/axes_api.html api/pyplot_api.html examples/api/hinton_demo.html examples/api/radar_chart.html examples/api/sankey_demo.html examples/pylab_examples/anchored_artists.html examples/pylab_examples/arrow_demo.html examples/pylab_examples/axes_zoom_effect.html examples/pylab_examples/data_helper.html examples/pylab_examples/demo_bboximage.html examples/pylab_examples/geo_demo.html examples/pylab_examples/image_demo2.html examples/pylab_examples/legend_auto.html examples/pylab_examples/multipage_pdf.html examples/units/artist_tests.html examples/units/basic_units.html users/annotations_guide.html users/screenshots.html But I have some problems debugging these issues, since when I run the code by-hand, it works fine but in the html file it's not shown. How can I debug that? in the log there's nothing about these problems (but other error, I'll follow them up in another mail). Thanks in advance, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi |
From: Josh H. <jh...@sp...> - 2011-06-21 14:42:55
|
Sandro, did you ever figure anything out with this behavior? I see the same thing (example scripts for which the docs contain the Exception error yet run just fine from the command line). Sandro Tosi-4 wrote: > > Hi, > > On Tue, Jan 4, 2011 at 19:11, Jakub Wilk <jw...@de...> wrote: >> Package: python-matplotlib-doc >> Version: 0.99.3-1 >> Severity: minor >> >> There are several "Exception occurred rendering plot" warnings in the >> generated documentation: >> >> $ cd /usr/share/doc/python-matplotlib-doc/html/ && grep -r 'Exception >> occurred' . >> ./users/screenshots.html:[ >> href="../plot_directive/mpl_examples/pylab_examples/scatter_demo2.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./users/screenshots.html:[ >> href="../plot_directive/mpl_examples/api/date_demo.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./users/screenshots.html:[ >> href="../plot_directive/mpl_examples/pylab_examples/finance_work2.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./users/screenshots.html:[ >> href="../plot_directive/pyplots/plotmap.py">source code ]<p>Exception >> occurred rendering plot.</p> >> ./examples/units/date_support.html:[ >> href="../../plot_directive/mpl_examples/units/date_support.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/units/basic_units.html:[ >> href="../../plot_directive/mpl_examples/units/basic_units.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/units/artist_tests.html:[ >> href="../../plot_directive/mpl_examples/units/artist_tests.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/axes_grid/demo_image.html:[ >> href="../../plot_directive/mpl_examples/axes_grid/demo_image.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/data_helper.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/data_helper.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/date_demo2.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/date_demo2.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/geo_demo.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/geo_demo.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/centered_ticklabels.html:[ external" >> href="../../plot_directive/mpl_examples/pylab_examples/centered_ticklabels.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/finance_demo.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/finance_demo.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/date_demo1.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/date_demo1.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/finance_work2.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/finance_work2.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/loadrec.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/loadrec.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/scatter_demo2.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/scatter_demo2.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/pylab_examples/multipage_pdf.html:[ >> href="../../plot_directive/mpl_examples/pylab_examples/multipage_pdf.py">source >> code ]<p>Exception occurred rendering plot.</p> >> ./examples/api/date_demo.html:[ >> href="../../plot_directive/mpl_examples/api/date_demo.py">source >> code ]<p>Exception occurred rendering plot.</p> > > The updated list is: > > api/axes_api.html > api/pyplot_api.html > examples/api/hinton_demo.html > examples/api/radar_chart.html > examples/api/sankey_demo.html > examples/pylab_examples/anchored_artists.html > examples/pylab_examples/arrow_demo.html > examples/pylab_examples/axes_zoom_effect.html > examples/pylab_examples/data_helper.html > examples/pylab_examples/demo_bboximage.html > examples/pylab_examples/geo_demo.html > examples/pylab_examples/image_demo2.html > examples/pylab_examples/legend_auto.html > examples/pylab_examples/multipage_pdf.html > examples/units/artist_tests.html > examples/units/basic_units.html > users/annotations_guide.html > users/screenshots.html > > But I have some problems debugging these issues, since when I run the > code by-hand, it works fine but in the html file it's not shown. How > can I debug that? in the log there's nothing about these problems (but > other error, I'll follow them up in another mail). > > Thanks in advance, > -- > Sandro Tosi (aka morph, morpheus, matrixhasu) > My website: http://matrixhasu.altervista.org/ > Me at Debian: http://wiki.debian.org/SandroTosi > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > ----- Josh Hemann Group Manager - Advanced Analytics Sports Authority jhemann at sportsauthority com -- View this message in context: http://old.nabble.com/Re%3A--Python-modules-team--Bug-608932%3A-python-matplotlib-doc%3A-%22Exception-occurred-rendering-plot%22-tp30695603p31894837.html Sent from the matplotlib - devel mailing list archive at Nabble.com. |
From: Sandro T. <mo...@de...> - 2012-11-11 16:39:18
|
Hi all, On Mon, Jan 17, 2011 at 11:45 PM, Sandro Tosi <mo...@de...> wrote: > On Tue, Jan 4, 2011 at 19:11, Jakub Wilk <jw...@de...> wrote: >> Package: python-matplotlib-doc >> Version: 0.99.3-1 >> Severity: minor >> >> There are several "Exception occurred rendering plot" warnings in the >> generated documentation: >> >> $ cd /usr/share/doc/python-matplotlib-doc/html/ && grep -r 'Exception >> occurred' . I'm not exactly sure how this has fixed itself, but now the above command returns nothing (on 1.2.0 -doc package): $ cd /usr/share/doc/python-matplotlib-doc/html/ && grep -r 'Exception occurred' . $ Hence closing this report. Regards, -- Sandro Tosi (aka morph, morpheus, matrixhasu) My website: http://matrixhasu.altervista.org/ Me at Debian: http://wiki.debian.org/SandroTosi |