Debian Automated Code Analysis

pyflakes analysis of python-matplotlib-doc_0.99.3-1_all.deb

./usr/share/doc/python-matplotlib-doc/html/pyplots/whats_new_99_mplot3d.py:4: 'random' imported but unused
./usr/share/doc/python-matplotlib-doc/html/pyplots/boxplot_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/pyplots/whats_new_98_4_fill_between.py:2: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/pyplots/fig_x.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/pyplots/fig_axes_customize_simple.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/pyplots/whats_new_98_4_legend.py:3: redefinition of unused 'plt' from line 1
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_toolkits/axes_grid/figures/demo_axes_grid.py:19: local variable 'im' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/whats_new_99_mplot3d.py:4: 'random' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/boxplot_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/whats_new_98_4_fill_between.py:2: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/fig_x.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/fig_axes_customize_simple.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/pyplots/whats_new_98_4_legend.py:3: redefinition of unused 'plt' from line 1
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/widgets/slider_demo.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/axes_grid/demo_axes_grid.py:19: local variable 'im' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/axis_equal_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/psd_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/set_and_get.py:67: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/text_themes.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/scatter_custom_symbol.py:2: redefinition of unused 'pi' from line 2
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/text_rotation_relative_to_line.py:13: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pie_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/subplot_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/subplot_toolbar.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/toggle_images.py:20: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/polar_scatter.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/contourf_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/errorbar_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/dash_control.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:107: local variable 'A' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:108: local variable 'T' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:109: local variable 'G' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:110: local variable 'C' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arrow_demo.py:120: local variable 'ax' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/subplots_adjust.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pcolor_small.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/ellipse_rotated.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/vline_demo.py:2: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/coords_report.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/coords_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/coords_demo.py:20: local variable 'ax' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/masked_demo.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/multiple_figs_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/to_numeric.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/matplotlib_icon.py:5: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/matplotlib_icon.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/arctest.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/matshow.py:4: 'from matplotlib.pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/contour_image.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/text_rotation.py:17: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/tex_unicode_demo.py:11: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/image_demo3.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/barchart_demo2.py:14: 'Polygon' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/image_origin.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/figimage_demo.py:5: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pcolor_demo2.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/quiver_demo.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/table_demo.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/table_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/log_test.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/boxplot_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/ganged_plots.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/nan_test.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/nan_test.py:6: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fill_spiral.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/image_interp.py:49: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/integral_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/accented_text.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/major_minor_demo2.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/contour_label_demo.py:10: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/simple_plot.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/legend_scatter.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/scatter_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/tex_demo.py:15: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/anscombe.py:10: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/date_demo_rrule.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fill_betweenx_demo.py:1: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/legend_auto.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/logo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/text_handles.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/legend_demo2.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/mri_with_eeg.py:10: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/multiline.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/symlog_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/invert_axes.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/vertical_ticklabels.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/break.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/quadmesh_demo.py:10: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/quadmesh_demo.py:11: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/quadmesh_demo.py:11: 'colors' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/equal_aspect_ratio.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pcolor_log.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/simplification_clipping_test.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/stix_fonts_demo.py:5: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/stix_fonts_demo.py:23: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/stem_plot.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/axes_props.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pcolor_demo.py:7: 'Patch' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/pcolor_demo.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/newscalarformatter_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/color_demo.py:16: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/stock_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/shared_axis_demo.py:32: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/axes_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/image_masked.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/customize_rc.py:29: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/polar_bar.py:5: 'rc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/zorder_demo.py:23: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/figure_title.py:2: 'FontProperties' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/figure_title.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/mathtext_examples.py:5: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/mathtext_examples.py:60: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/alignment_test.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/alignment_test.py:9: 'Line2D' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/scatter_masked.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/barh_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/unicode_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/line_collection2.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/major_minor_demo1.py:33: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/contourf_log.py:8: 'colors' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/mri_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fill_between_demo.py:2: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/custom_ticker1.py:14: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/specgram_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/image_demo2.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/usetex_baseline_test.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fonts_demo.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/layer_images.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fonts_demo_kw.py:7: 'FontProperties' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/fonts_demo_kw.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/pylab_examples/poormans_contour.py:10: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/units/date_converter.py:1: 'date_support' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/clippath_demo.py:6: 'path' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_scale_example.py:151: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/collections_demo.py:21: 'axes' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/bbox_intersect.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/mathtext_asarray.py:5: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/path_patch_demo.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/logo2.py:9: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/logo2.py:10: 'rand' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:2: 'cbook' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:5: 'NullFormatter' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:5: 'Locator' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:6: 'IdentityTransform' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:6: 'Bbox' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:6: 'TransformWrapper' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:6: 'Affine2DBase' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:415: local variable 'vertices' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/custom_projection_example.py:450: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/quad_bezier.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/api/joinstyle.py:7: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/mplot3d/wire3d_demo.py:3: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/mpl_examples/mplot3d/surface3d_radial_demo.py:4: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/users/plotting/examples/simple_legend01.py:1: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/plot_directive/users/plotting/examples/connectionstyle_demo.py:3: 'mpatches' imported but unused
./usr/share/doc/python-matplotlib-doc/html/plot_directive/users/plotting/examples/simple_legend02.py:1: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/radio_buttons.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/check_buttons.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/slider_demo.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/buttons.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/menu.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/widgets/menu.py:130: local variable 'totalh' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pipong.py:114: local variable 'padAx' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_gtk.py:8: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_gtk.py:13: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_gtk.py:16: 'randn' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_gtk.py:16: 'randint' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/lasso_demo.py:11: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/poly_editor.py:7: 'CirclePolygon' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/poly_editor.py:8: 'dot' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/poly_editor.py:43: local variable 'cid' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/poly_editor.py:145: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/path_editor.py:5: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/path_editor.py:76: undefined name 'Artist'
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:4: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:8: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:17: 'p' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:19: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:22: 'randint' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pong_qt.py:22: 'randn' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/event_handling/pick_event_demo.py:68: 'Patch' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/cursor_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/movie_demo.py:4: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/movie_demo.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/ginput_manual_clabel.py:14: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/ginput_manual_clabel.py:16: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/ginput_manual_clabel.py:17: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/scatter_profile.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/print_stdout.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/font_table_ttf.py:10: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/simple_plot_fps.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/webapp_demo.py:21: 'rc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/webapp_demo.py:24: 'iterable' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/pstest.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/pylab_examples/system_monitor.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/misc/multiprocess.py:10: redefinition of unused 'Process' from line 8
./usr/share/doc/python-matplotlib-doc/html/examples/misc/multiprocess.py:10: redefinition of unused 'Pipe' from line 8
./usr/share/doc/python-matplotlib-doc/html/examples/misc/rc_traits.py:6: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/misc/rc_traits.py:92: local variable 'fh' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/examples/animation/histogram_tkagg.py:5: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/strip_chart_demo.py:12: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/simple_timer_wx.py:4: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/animation_blit_qt.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/animation_blit_qt.py:8: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/animation/animation_blit_qt4.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/animation_blit_qt4.py:12: 'QtCore' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:10: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:10: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:10: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:10: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:15: 'rcParams' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_wxagg2.py:24: 'from wx import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_gtkagg.py:8: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_gtkagg.py:12: 'rcParams' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/animation/dynamic_image_gtkagg.py:14: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/animation/simple_idle_wx.py:4: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/embedding_in_tk2.py:6: 'NavigationToolbar2TkAgg' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/embedding_in_qt.py:12: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/mpl_with_glade.py:6: 'Subplot' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/mpl_with_glade.py:77: local variable 'span' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/embedding_in_wx3.py:26: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/embedding_in_wx3.py:26: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/embedding_in_wx3.py:26: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/fourier_demo_wx.py:9: 'gcf' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/rec_edit_gtk_custom.py:7: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/user_interfaces/rec_edit_gtk_simple.py:6: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/html/examples/tests/backend_driver.py:316: redefinition of function 'run' from line 308
./usr/share/doc/python-matplotlib-doc/html/examples/tests/backend_driver.py:325: 'glob' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/widgets/radio_buttons.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/widgets/check_buttons.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/widgets/slider_demo.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/widgets/buttons.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/widgets/menu.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/widgets/menu.py:130: local variable 'totalh' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pipong.py:114: local variable 'padAx' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_gtk.py:8: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_gtk.py:13: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_gtk.py:16: 'randn' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_gtk.py:16: 'randint' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/lasso_demo.py:11: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/poly_editor.py:7: 'CirclePolygon' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/poly_editor.py:8: 'dot' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/poly_editor.py:43: local variable 'cid' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/event_handling/poly_editor.py:145: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/event_handling/path_editor.py:5: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/path_editor.py:76: undefined name 'Artist'
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:4: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:8: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:17: 'p' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:19: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:22: 'randint' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pong_qt.py:22: 'randn' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/event_handling/pick_event_demo.py:68: 'Patch' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/axes_grid/demo_axes_grid.py:19: local variable 'im' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/cursor_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_work2.py:3: 'colors' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/axis_equal_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/scatter_demo2.py:7: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/psd_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/set_and_get.py:67: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/text_themes.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/scatter_custom_symbol.py:2: redefinition of unused 'pi' from line 2
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/text_rotation_relative_to_line.py:13: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pie_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/movie_demo.py:4: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/movie_demo.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/subplot_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/subplot_toolbar.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/toggle_images.py:20: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/polar_scatter.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/contourf_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/errorbar_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/dash_control.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:107: local variable 'A' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:108: local variable 'T' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:109: local variable 'G' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:110: local variable 'C' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arrow_demo.py:120: local variable 'ax' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/subplots_adjust.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/multipage_pdf.py:4: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/multipage_pdf.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pcolor_small.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/ellipse_rotated.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/vline_demo.py:2: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/ginput_manual_clabel.py:14: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/ginput_manual_clabel.py:16: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/ginput_manual_clabel.py:17: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/coords_report.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/coords_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/coords_demo.py:20: local variable 'ax' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/masked_demo.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/multiple_figs_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/to_numeric.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/matplotlib_icon.py:5: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/matplotlib_icon.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/arctest.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/matshow.py:4: 'from matplotlib.pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/contour_image.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/text_rotation.py:17: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/tex_unicode_demo.py:11: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/scatter_profile.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/date_demo2.py:9: 'SATURDAY' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_demo3.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/barchart_demo2.py:14: 'Polygon' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_origin.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/figimage_demo.py:5: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pcolor_demo2.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/quiver_demo.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/table_demo.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/table_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/log_test.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/boxplot_demo.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/ganged_plots.py:11: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/nan_test.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/nan_test.py:6: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/centered_ticklabels.py:15: 'datetime' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/print_stdout.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fill_spiral.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/font_table_ttf.py:10: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_interp.py:49: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/integral_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/accented_text.py:12: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/major_minor_demo2.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/contour_label_demo.py:10: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/simple_plot.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/simple_plot_fps.py:7: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/legend_scatter.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/scatter_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/geo_demo.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/geo_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/data_helper.py:4: 'argsort' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/data_helper.py:4: 'take' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/tex_demo.py:15: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/anscombe.py:10: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/date_demo_rrule.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fill_betweenx_demo.py:1: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/legend_auto.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/logo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/text_handles.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_demo.py:3: 'HourLocator' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_demo.py:3: 'timezone' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_demo.py:5: 'candlestick2' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/finance_demo.py:5: 'plot_day_summary' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/webapp_demo.py:21: 'rc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/webapp_demo.py:24: 'iterable' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/legend_demo2.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/mri_with_eeg.py:10: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/multiline.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/symlog_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/invert_axes.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/vertical_ticklabels.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/break.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/quadmesh_demo.py:10: 'savefig' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/quadmesh_demo.py:11: 'cm' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/quadmesh_demo.py:11: 'colors' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/equal_aspect_ratio.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pcolor_log.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/simplification_clipping_test.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/stix_fonts_demo.py:5: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/stix_fonts_demo.py:23: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pstest.py:5: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/stem_plot.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/axes_props.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pcolor_demo.py:7: 'Patch' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/pcolor_demo.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/system_monitor.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/newscalarformatter_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/color_demo.py:16: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/stock_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/shared_axis_demo.py:32: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/axes_demo.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_masked.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/customize_rc.py:29: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/polar_bar.py:5: 'rc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/zorder_demo.py:23: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/figure_title.py:2: 'FontProperties' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/figure_title.py:3: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/mathtext_examples.py:5: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/mathtext_examples.py:60: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/alignment_test.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/alignment_test.py:9: 'Line2D' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/scatter_masked.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/barh_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/unicode_demo.py:4: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/line_collection2.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/major_minor_demo1.py:33: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/contourf_log.py:8: 'colors' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/mri_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fill_between_demo.py:2: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/custom_ticker1.py:14: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/specgram_demo.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/image_demo2.py:2: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/usetex_baseline_test.py:2: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fonts_demo.py:9: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/layer_images.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fonts_demo_kw.py:7: 'FontProperties' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/fonts_demo_kw.py:8: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/pylab_examples/poormans_contour.py:10: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/misc/multiprocess.py:10: redefinition of unused 'Process' from line 8
./usr/share/doc/python-matplotlib-doc/examples/misc/multiprocess.py:10: redefinition of unused 'Pipe' from line 8
./usr/share/doc/python-matplotlib-doc/examples/misc/rc_traits.py:6: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/misc/rc_traits.py:92: local variable 'fh' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/units/date_converter.py:1: 'date_support' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/units/date_support.py:3: 'is_numlike' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/units/date_support.py:3: 'iterable' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/units/date_support.py:6: 'ticker' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/units/basic_units.py:6: 'Axes' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/units/basic_units.py:20: local variable 'dummy' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/units/basic_units.py:163: redefinition of function 'get_compressed_copy' from line 126
./usr/share/doc/python-matplotlib-doc/examples/units/artist_tests.py:14: 'units' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/histogram_tkagg.py:5: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/strip_chart_demo.py:12: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/simple_timer_wx.py:4: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/animation_blit_qt.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/animation_blit_qt.py:8: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/animation/animation_blit_qt4.py:4: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/animation_blit_qt4.py:12: 'QtCore' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:10: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:10: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:10: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:10: 'os' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:15: 'rcParams' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_wxagg2.py:24: 'from wx import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_gtkagg.py:8: 'gtk' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_gtkagg.py:12: 'rcParams' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/animation/dynamic_image_gtkagg.py:14: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/animation/simple_idle_wx.py:4: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/date_demo.py:19: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/clippath_demo.py:6: 'path' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_scale_example.py:151: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/api/collections_demo.py:21: 'axes' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/bbox_intersect.py:1: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/api/mathtext_asarray.py:5: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/path_patch_demo.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/logo2.py:9: 'mlab' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/logo2.py:10: 'rand' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:2: 'cbook' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:5: 'NullFormatter' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:5: 'Locator' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:6: 'IdentityTransform' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:6: 'Bbox' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:6: 'TransformWrapper' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:6: 'Affine2DBase' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:415: local variable 'vertices' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/api/custom_projection_example.py:450: 'from pylab import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/api/quad_bezier.py:1: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/api/joinstyle.py:7: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/embedding_in_tk2.py:6: 'NavigationToolbar2TkAgg' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/embedding_in_qt.py:12: 'from qt import *' used; unable to detect undefined names
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/mpl_with_glade.py:6: 'Subplot' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/mpl_with_glade.py:77: local variable 'span' is assigned to but never used
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/embedding_in_wx3.py:26: 'sys' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/embedding_in_wx3.py:26: 'gc' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/embedding_in_wx3.py:26: 'time' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/fourier_demo_wx.py:9: 'gcf' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/rec_edit_gtk_custom.py:7: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/user_interfaces/rec_edit_gtk_simple.py:6: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/mplot3d/wire3d_demo.py:3: 'np' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/mplot3d/surface3d_radial_demo.py:4: 'matplotlib' imported but unused
./usr/share/doc/python-matplotlib-doc/examples/tests/backend_driver.py:316: redefinition of function 'run' from line 308
./usr/share/doc/python-matplotlib-doc/examples/tests/backend_driver.py:325: 'glob' imported but unused

This report was generated on Sun, 02 Jan 2011 05:31:45 +0000, based on results by pyflakes 0.4.0-1