Debian Automated Code Analysis

pyflakes analysis of python-matplotlib_1.0.1-2_i386.deb

./usr/share/pyshared/pylab.py:1: 'from matplotlib.pylab import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/gtktools.py:189: undefined name 'ColumnFormatter'
./usr/share/pyshared/mpl_toolkits/gtktools.py:317: local variable 'formats' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/gtktools.py:331: local variable 'ind' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/gtktools.py:454: local variable 'format' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/gtktools.py:585: redefinition of unused 'mlab' from line 38
./usr/share/pyshared/mpl_toolkits/axes_grid/colorbar.py:813: local variable 'cbid' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_divider.py:3: 'Divider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_divider.py:3: 'SubplotDivider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_divider.py:3: 'AxesDivider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_divider.py:3: 'make_axes_locatable' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_divider.py:3: 'AxesLocator' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axislines.py:1: 'from mpl_toolkits.axisartist.axislines import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/grid_helper_curvelinear.py:1: 'from mpl_toolkits.axisartist.grid_helper_curvelinear import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/clip_path.py:1: 'from mpl_toolkits.axisartist.clip_path import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'mark_inset' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'inset_axes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'AnchoredSizeLocator' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'InsetPosition' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'BboxPatch' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'AnchoredZoomLocator' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'BboxConnector' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'zoomed_inset_axes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/inset_locator.py:1: 'BboxConnectorPatch' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:1: 'Size' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:2: 'LocatableAxes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:2: 'SubplotDivider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:2: 'make_axes_locatable' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:2: 'Divider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:4: 'ImageGrid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:4: 'AxesGrid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/__init__.py:4: 'Grid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_rgb.py:2: 'make_rgb_axes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_rgb.py:2: 'imshow_rgb' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/angle_helper.py:1: 'from mpl_toolkits.axisartist.angle_helper import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/axes_size.py:1: 'from mpl_toolkits.axes_grid1.axes_size import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'DrawingArea' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'TextArea' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'AnnotationBbox' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'AnchoredOffsetbox' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'AnchoredText' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'AuxTransformBox' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:1: 'VPacker' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:4: 'AnchoredDrawingArea' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:4: 'AnchoredAuxTransformBox' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:4: 'AnchoredSizeBar' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/anchored_artists.py:4: 'AnchoredEllipse' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid/floating_axes.py:1: 'from mpl_toolkits.axisartist.floating_axes import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/axisline_style.py:1: 'from mpl_toolkits.axisartist.axisline_style import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/grid_finder.py:1: 'from mpl_toolkits.axisartist.grid_finder import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axes_grid/axis_artist.py:1: 'from mpl_toolkits.axisartist.axis_artist import *' used; unable to detect undefined names
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:48: 'mtext' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:49: 'font_manager' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:52: 'TransformedPath' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:52: 'IdentityTransform' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:52: 'Affine2D' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:52: 'ScaledTranslation' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:54: 'LineCollection' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:58: 'allow_rasterization' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:65: 'mlines' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:66: 'AxislineStyle' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:338: local variable 'loc' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:487: local variable 'passthrough_point' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/axislines.py:488: local variable 'transform' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/grid_helper_curvelinear.py:433: redefinition of function 'f' from line 427
./usr/share/pyshared/mpl_toolkits/axisartist/grid_helper_curvelinear.py:477: local variable 'vertices' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/grid_helper_curvelinear.py:527: undefined name 'ParasiteAxesAuxTrans'
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'Subplot' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'GridHelperBase' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'AxesZero' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'AxisArtistHelperRectlinear' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'GridHelperRectlinear' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'SubplotZero' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:1: 'AxisArtistHelper' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:3: redefinition of unused 'AxisArtist' from line 1
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:3: 'GridlinesCollection' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:3: 'AxisArtist' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:5: 'GridHelperCurveLinear' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:7: 'FloatingSubplot' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/__init__.py:7: 'FloatingAxes' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/angle_helper.py:83: local variable 'dv2' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/angle_helper.py:84: local variable 'substep_limits_' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/angle_helper.py:85: local variable 'substep_steps_' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/angle_helper.py:107: local variable 'A' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/floating_axes.py:10: 'chain' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/floating_axes.py:11: 'GridFinder' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/floating_axes.py:13: 'GridHelperBase' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/floating_axes.py:13: 'AxisArtistHelper' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/grid_finder.py:2: 'mcbook' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:90: 'maxes' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:96: 'Bbox' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:104: 'warnings' imported but unused
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1192: local variable 'tick_add_angle' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1300: local variable 'textprops' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1324: local variable 'fontprops' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1438: undefined name 'plt'
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1467: undefined name 'plt'
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1474: undefined name 'plt'
./usr/share/pyshared/mpl_toolkits/axisartist/axis_artist.py:1492: undefined name 'plt'
./usr/share/pyshared/mpl_toolkits/axes_grid1/colorbar.py:815: local variable 'cbid' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axes_grid1/axes_grid.py:312: local variable 'h_cb_pos' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axes_grid1/axes_grid.py:326: local variable 'v_cb_pos' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/axes_grid1/mpl_axes.py:151: undefined name 'figure'
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:1: 'Size' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:2: 'LocatableAxes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:2: 'SubplotDivider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:2: 'make_axes_locatable' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:2: 'Divider' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:4: 'ImageGrid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:4: 'AxesGrid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:4: 'Grid' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:7: 'host_subplot' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/__init__.py:7: 'host_axes' imported but unused
./usr/share/pyshared/mpl_toolkits/axes_grid1/anchored_artists.py:131: undefined name 'AnchoredImage'
./usr/share/pyshared/mpl_toolkits/mplot3d/axes3d.py:678: local variable 'linewidth' is assigned to but never used
./usr/share/pyshared/mpl_toolkits/mplot3d/__init__.py:1: 'Axes3D' imported but unused
./usr/share/pyshared/mpl_toolkits/mplot3d/art3d.py:14: 'ScalarMappable' imported but unused
./usr/share/pyshared/mpl_toolkits/mplot3d/art3d.py:19: 'warnings' imported but unused
./usr/share/pyshared/matplotlib/artist.py:749: redefinition of function 'matchfunc' from line 747
./usr/share/pyshared/matplotlib/artist.py:1061: redefinition of function 'matchfunc' from line 1059
./usr/share/pyshared/matplotlib/artist.py:1064: undefined name 'func'
./usr/share/pyshared/matplotlib/cbook.py:6: 'types' imported but unused
./usr/share/pyshared/matplotlib/cbook.py:14: 'random' imported but unused
./usr/share/pyshared/matplotlib/cbook.py:614: local variable 'response' is assigned to but never used
./usr/share/pyshared/matplotlib/cbook.py:898: undefined name '__Full'
./usr/share/pyshared/matplotlib/cbook.py:1317: 'show' imported but unused
./usr/share/pyshared/matplotlib/cbook.py:1533: undefined name 'glob'
./usr/share/pyshared/matplotlib/cbook.py:1533: undefined name 'glob'
./usr/share/pyshared/matplotlib/cbook.py:1696: undefined name 'x'
./usr/share/pyshared/matplotlib/cbook.py:1696: undefined name 'y'
./usr/share/pyshared/matplotlib/cbook.py:1696: undefined name 'xi'
./usr/share/pyshared/matplotlib/cbook.py:1696: undefined name 'extrap'
./usr/share/pyshared/matplotlib/colorbar.py:622: local variable 'b' is assigned to but never used
./usr/share/pyshared/matplotlib/dates.py:1141: undefined name 'pytz'
./usr/share/pyshared/matplotlib/scale.py:1: 'textwrap' imported but unused
./usr/share/pyshared/matplotlib/scale.py:7: 'Formatter' imported but unused
./usr/share/pyshared/matplotlib/scale.py:8: 'FixedLocator' imported but unused
./usr/share/pyshared/matplotlib/mlab.py:698: undefined name 'log'
./usr/share/pyshared/matplotlib/mlab.py:698: undefined name 'log'
./usr/share/pyshared/matplotlib/mlab.py:726: undefined name 'exp'
./usr/share/pyshared/matplotlib/mlab.py:726: undefined name 'pi'
./usr/share/pyshared/matplotlib/mlab.py:1432: redefinition of function 'splitfunc' from line 1429
./usr/share/pyshared/matplotlib/mlab.py:1449: local variable 'thisLen' is assigned to but never used
./usr/share/pyshared/matplotlib/mlab.py:1502: redefinition of unused 'operator' from line 145
./usr/share/pyshared/matplotlib/mlab.py:1524: undefined name 'exp'
./usr/share/pyshared/matplotlib/mlab.py:1808: local variable 'Nr' is assigned to but never used
./usr/share/pyshared/matplotlib/mlab.py:2137: local variable 'parsedate' is assigned to but never used
./usr/share/pyshared/matplotlib/mlab.py:2705: redefinition of unused '__version__' from line 2701
./usr/share/pyshared/matplotlib/mlab.py:2913: local variable 'N' is assigned to but never used
./usr/share/pyshared/matplotlib/text.py:27: 'Path' imported but unused
./usr/share/pyshared/matplotlib/text.py:28: 'font_manager' imported but unused
./usr/share/pyshared/matplotlib/text.py:29: 'FT2Font' imported but unused
./usr/share/pyshared/matplotlib/text.py:290: redefinition of function 'get_text_width_height_descent' from line 286
./usr/share/pyshared/matplotlib/text.py:1890: local variable 'patchA' is assigned to but never used
./usr/share/pyshared/matplotlib/text.py:2010: 'TextPath' imported but unused
./usr/share/pyshared/matplotlib/texmanager.py:36: 'warnings' imported but unused
./usr/share/pyshared/matplotlib/texmanager.py:42: redefinition of unused 'md5' from line 40
./usr/share/pyshared/matplotlib/texmanager.py:147: local variable 'found_font' is assigned to but never used
./usr/share/pyshared/matplotlib/texmanager.py:260: local variable 'err' is assigned to but never used
./usr/share/pyshared/matplotlib/texmanager.py:325: local variable 'err' is assigned to but never used
./usr/share/pyshared/matplotlib/figure.py:528: local variable 'keys' is assigned to but never used
./usr/share/pyshared/matplotlib/offsetbox.py:22: 'IdentityTransform' imported but unused
./usr/share/pyshared/matplotlib/offsetbox.py:22: 'BboxTransformFrom' imported but unused
./usr/share/pyshared/matplotlib/offsetbox.py:30: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/offsetbox.py:1148: local variable 'dpi_cor' is assigned to but never used
./usr/share/pyshared/matplotlib/offsetbox.py:1541: local variable 'xy' is assigned to but never used
./usr/share/pyshared/matplotlib/offsetbox.py:1552: undefined name 'plt'
./usr/share/pyshared/matplotlib/offsetbox.py:1554: undefined name 'plt'
./usr/share/pyshared/matplotlib/offsetbox.py:1589: undefined name 'plt'
./usr/share/pyshared/matplotlib/offsetbox.py:1590: undefined name 'plt'
./usr/share/pyshared/matplotlib/hatch.py:174: local variable 'size' is assigned to but never used
./usr/share/pyshared/matplotlib/finance.py:13: redefinition of unused 'md5' from line 11
./usr/share/pyshared/matplotlib/finance.py:90: local variable 'datefmt' is assigned to but never used
./usr/share/pyshared/matplotlib/table.py:265: undefined name 'bbox_all'
./usr/share/pyshared/matplotlib/table.py:278: undefined name 'bbox_all'
./usr/share/pyshared/matplotlib/pylab.py:215: 'warnings' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:215: 'sys' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'dedent' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'flatten' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'is_string_like' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'silent_list' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'iterable' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:217: 'exception_to_str' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:220: 'mpl' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'WE' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'MONTHLY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'strpdate2num' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'SECONDLY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'drange' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'datestr2num' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'relativedelta' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'MonthLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'DayLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'MINUTELY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'YearLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'date2num' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'num2epoch' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'WEEKLY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'IndexDateFormatter' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'MO' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'DateFormatter' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'HourLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'epoch2num' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'FR' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'num2date' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'HOURLY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'mx2num' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'YEARLY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'SU' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'DateLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'SA' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'rrule' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'MinuteLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'DAILY' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'WeekdayLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'RRuleLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'TU' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'TH' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:222: 'SecondLocator' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:231: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'stineman_interp' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'vector_lengths' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'poly_below' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'inside_poly' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'is_closed_polygon' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'slopes' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'path_length' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'distances_along_curve' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'poly_between' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:239: 'griddata' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'dist' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'window_none' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'entropy' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'find' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'detrend_mean' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'frange' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'bivariate_normal' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rec2csv' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'center_matrix' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'window_hanning' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'longest_contiguous_ones' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'dist_point_to_segment' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'fftsurr' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'isvector' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'prctile' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'get_xyz_where' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'log2' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rec_join' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'detrend_linear' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'detrend' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'l2norm' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'levypdf' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'l1norm' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rec_drop_fields' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'prepca' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'exp_safe' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'norm_flat' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'normpdf' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'longest_ones' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'liaupunov' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'csv2rec' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'prctile_rank' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'segments_intersect' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'ispower2' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rec_append_fields' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rk4' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'get_sparse_matrix' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'rms_flat' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'binary_repr' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'amap' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'detrend_none' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'identity' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'movavg' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'base_repr' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:243: 'demean' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:255: 'mlab' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:256: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:258: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/pylab.py:259: 'from numpy.fft import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/pylab.py:260: 'from numpy.random import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/pylab.py:261: 'from numpy.linalg import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/pylab.py:263: 'from matplotlib.pyplot import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/pylab.py:266: 'plt' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:267: 'np' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:268: 'ma' imported but unused
./usr/share/pyshared/matplotlib/pylab.py:294: 'datetime' imported but unused
./usr/share/pyshared/matplotlib/ticker.py:510: local variable 'msg' is assigned to but never used
./usr/share/pyshared/matplotlib/bezier.py:452: redefinition of function 'make_wedged_bezier2' from line 408
./usr/share/pyshared/matplotlib/bezier.py:541: undefined name 'divide_path_inout'
./usr/share/pyshared/matplotlib/bezier.py:541: undefined name 'inside'
./usr/share/pyshared/matplotlib/bezier.py:542: undefined name 'clf'
./usr/share/pyshared/matplotlib/bezier.py:543: undefined name 'gca'
./usr/share/pyshared/matplotlib/lines.py:14: 'dedent' imported but unused
./usr/share/pyshared/matplotlib/lines.py:14: 'flatten' imported but unused
./usr/share/pyshared/matplotlib/lines.py:294: undefined name 'warning'
./usr/share/pyshared/matplotlib/lines.py:914: 'PathPatch' imported but unused
./usr/share/pyshared/matplotlib/lines.py:1039: local variable 'fs' is assigned to but never used
./usr/share/pyshared/matplotlib/cm.py:8: 'os' imported but unused
./usr/share/pyshared/matplotlib/type1font.py:25: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/image.py:10: 'ma' imported but unused
./usr/share/pyshared/matplotlib/image.py:25: 'from matplotlib._image import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/image.py:1229: local variable 'canvas' is assigned to but never used
./usr/share/pyshared/matplotlib/image.py:1230: local variable 'im' is assigned to but never used
./usr/share/pyshared/matplotlib/image.py:1334: redefinition of unused 'FigureCanvas' from line 1332
./usr/share/pyshared/matplotlib/image.py:1336: redefinition of unused 'FigureCanvas' from line 1334
./usr/share/pyshared/matplotlib/image.py:1342: local variable 'canvas' is assigned to but never used
./usr/share/pyshared/matplotlib/mpl.py:1: 'artist' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:2: 'axis' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:3: 'axes' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:4: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:5: 'collections' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:6: 'colors' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:7: 'colorbar' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:8: 'contour' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:9: 'dates' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:10: 'figure' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:11: 'finance' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:12: 'font_manager' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:13: 'image' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:14: 'legend' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:15: 'lines' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:16: 'mlab' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:17: 'cm' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:18: 'patches' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:19: 'quiver' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:20: 'rcParams' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:21: 'table' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:22: 'text' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:23: 'ticker' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:24: 'transforms' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:25: 'units' imported but unused
./usr/share/pyshared/matplotlib/mpl.py:26: 'widgets' imported but unused
./usr/share/pyshared/matplotlib/pyparsing.py:377: undefined name 'j'
./usr/share/pyshared/matplotlib/pyparsing.py:794: redefinition of function 'tmp' from line 791
./usr/share/pyshared/matplotlib/pyparsing.py:797: redefinition of function 'tmp' from line 794
./usr/share/pyshared/matplotlib/pyparsing.py:800: redefinition of function 'tmp' from line 797
./usr/share/pyshared/matplotlib/pyparsing.py:2304: local variable 'ie' is assigned to but never used
./usr/share/pyshared/matplotlib/path.py:5: 'math' imported but unused
./usr/share/pyshared/matplotlib/path.py:11: 'point_in_path_collection' imported but unused
./usr/share/pyshared/matplotlib/path.py:234: local variable 'MOVETO' is assigned to but never used
./usr/share/pyshared/matplotlib/path.py:235: local variable 'LINETO' is assigned to but never used
./usr/share/pyshared/matplotlib/path.py:236: local variable 'CLOSEPOLY' is assigned to but never used
./usr/share/pyshared/matplotlib/fontconfig_pattern.py:171: local variable 'families' is assigned to but never used
./usr/share/pyshared/matplotlib/fontconfig_pattern.py:172: local variable 'size' is assigned to but never used
./usr/share/pyshared/matplotlib/transforms.py:44: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/transforms.py:50: redefinition of unused 'warnings' from line 38
./usr/share/pyshared/matplotlib/transforms.py:138: redefinition of function 'set_children' from line 126
./usr/share/pyshared/matplotlib/transforms.py:202: redefinition of function 'write_graphviz' from line 153
./usr/share/pyshared/matplotlib/transforms.py:440: undefined name 'x'
./usr/share/pyshared/matplotlib/transforms.py:440: undefined name 'x'
./usr/share/pyshared/matplotlib/transforms.py:441: undefined name 'x'
./usr/share/pyshared/matplotlib/transforms.py:441: undefined name 'x'
./usr/share/pyshared/matplotlib/transforms.py:720: redefinition of function '__init__' from line 702
./usr/share/pyshared/matplotlib/transforms.py:999: redefinition of function 'get_points' from line 988
./usr/share/pyshared/matplotlib/transforms.py:1429: redefinition of function 'transform' from line 1415
./usr/share/pyshared/matplotlib/transforms.py:1438: undefined name 'values'
./usr/share/pyshared/matplotlib/__init__.py:133: redefinition of unused 'os' from line 106
./usr/share/pyshared/matplotlib/__init__.py:135: 'validate_toolbar' imported but unused
./usr/share/pyshared/matplotlib/_pylab_helpers.py:8: 'traceback' imported but unused
./usr/share/pyshared/matplotlib/spines.py:6: 'martist' imported but unused
./usr/share/pyshared/matplotlib/spines.py:10: 'mlines' imported but unused
./usr/share/pyshared/matplotlib/spines.py:259: undefined name 'spine_type'
./usr/share/pyshared/matplotlib/font_manager.py:61: redefinition of unused 'pickle' from line 59
./usr/share/pyshared/matplotlib/font_manager.py:222: undefined name 'WindowsError'
./usr/share/pyshared/matplotlib/font_manager.py:496: local variable 'size_adjust' is assigned to but never used
./usr/share/pyshared/matplotlib/font_manager.py:563: local variable 'size_adjust' is assigned to but never used
./usr/share/pyshared/matplotlib/font_manager.py:1309: local variable 'ext' is assigned to but never used
./usr/share/pyshared/matplotlib/font_manager.py:1351: redefinition of function 'findfont' from line 1325
./usr/share/pyshared/matplotlib/collections.py:1161: local variable 'Path' is assigned to but never used
./usr/share/pyshared/matplotlib/units.py:45: 'np' imported but unused
./usr/share/pyshared/matplotlib/units.py:46: 'is_string_like' imported but unused
./usr/share/pyshared/matplotlib/patches.py:827: local variable 'delta' is assigned to but never used
./usr/share/pyshared/matplotlib/patches.py:1419: local variable '_path' is assigned to but never used
./usr/share/pyshared/matplotlib/patches.py:1526: local variable 'pad' is assigned to but never used
./usr/share/pyshared/matplotlib/patches.py:3500: local variable 'patch_path2' is assigned to but never used
./usr/share/pyshared/matplotlib/textpath.py:284: local variable 'fontsize' is assigned to but never used
./usr/share/pyshared/matplotlib/mathtext.py:33: 'ParseResults' imported but unused
./usr/share/pyshared/matplotlib/mathtext.py:265: local variable 'symbol_name' is assigned to but never used
./usr/share/pyshared/matplotlib/mathtext.py:1696: undefined name 'ArgumentError'
./usr/share/pyshared/matplotlib/mathtext.py:1922: local variable 'left_edge' is assigned to but never used
./usr/share/pyshared/matplotlib/mathtext.py:1957: undefined name 'baseline'
./usr/share/pyshared/matplotlib/mathtext.py:1961: undefined name 'baseline'
./usr/share/pyshared/matplotlib/mathtext.py:1988: local variable 'top_edge' is assigned to but never used
./usr/share/pyshared/matplotlib/mathtext.py:2236: local variable 'rightDelimSafe' is assigned to but never used
./usr/share/pyshared/matplotlib/axis.py:863: local variable 'majorticks' is assigned to but never used
./usr/share/pyshared/matplotlib/axis.py:864: local variable 'minorticks' is assigned to but never used
./usr/share/pyshared/matplotlib/axis.py:1039: undefined name 'majorTicks'
./usr/share/pyshared/matplotlib/patheffects.py:9: 'transforms' imported but unused
./usr/share/pyshared/matplotlib/patheffects.py:207: undefined name 'clf'
./usr/share/pyshared/matplotlib/patheffects.py:208: undefined name 'imshow'
./usr/share/pyshared/matplotlib/patheffects.py:210: undefined name 'annotate'
./usr/share/pyshared/matplotlib/backend_bases.py:523: local variable 'fontscale' is assigned to but never used
./usr/share/pyshared/matplotlib/axes.py:2: 'datetime' imported but unused
./usr/share/pyshared/matplotlib/axes.py:2: 'sys' imported but unused
./usr/share/pyshared/matplotlib/axes.py:19: 'mdates' imported but unused
./usr/share/pyshared/matplotlib/axes.py:1300: redefinition of function 'get_frame' from line 904
./usr/share/pyshared/matplotlib/axes.py:2093: local variable 'cb' is assigned to but never used
./usr/share/pyshared/matplotlib/axes.py:3011: undefined name 'Text'
./usr/share/pyshared/matplotlib/axes.py:3016: undefined name 'Patch'
./usr/share/pyshared/matplotlib/axes.py:3029: undefined name 'test'
./usr/share/pyshared/matplotlib/axes.py:5495: redefinition of function 'doplot' from line 5490
./usr/share/pyshared/matplotlib/axes.py:5500: redefinition of function 'dopatch' from line 5492
./usr/share/pyshared/matplotlib/axes.py:6466: local variable 'theseverts' is assigned to but never used
./usr/share/pyshared/matplotlib/axes.py:6597: local variable 'theseverts' is assigned to but never used
./usr/share/pyshared/matplotlib/gridspec.py:338: local variable 'total' is assigned to but never used
./usr/share/pyshared/matplotlib/pyplot.py:20: 'interactive' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:21: 'dedent' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:27: 'rcParamsDefault' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:29: 'get' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:29: 'getp' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:31: 'Subplot' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:34: 'get_scale_names' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:34: 'get_scale_docs' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:37: 'get_cmap' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:37: 'register_cmap' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:42: 'Normalize' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:42: 'normalize' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:43: 'Line2D' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:44: 'Annotation' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:44: 'Text' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:45: 'Arrow' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:45: 'Circle' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:45: 'Rectangle' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:45: 'Polygon' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:46: 'Widget' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:46: 'Slider' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:46: 'Button' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'MultipleLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'FormatStrFormatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'LogFormatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'NullLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'LogFormatterMathtext' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'Formatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'NullFormatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'IndexLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'LinearLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'LogLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'Locator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'ScalarFormatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'MaxNLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'AutoLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'LogFormatterExponent' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'FixedFormatter' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'TickHelper' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'FixedLocator' imported but unused
./usr/share/pyshared/matplotlib/pyplot.py:48: 'FuncFormatter' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/only_directives.py:7: 'directives' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/mathmpl.py:6: redefinition of unused 'md5' from line 4
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:1: 'shutil' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:1: 'imp' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:1: 'warnings' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:9: redefinition of unused 'md5' from line 7
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:9: 'md5' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/ipython_directive.py:216: local variable 'Nc' is assigned to but never used
./usr/share/pyshared/matplotlib/sphinxext/ipython_console_highlighting.py:16: 'PythonConsoleLexer' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/ipython_console_highlighting.py:62: local variable 'tblexer' is assigned to but never used
./usr/share/pyshared/matplotlib/sphinxext/plot_directive.py:74: redefinition of unused 'md5' from line 72
./usr/share/pyshared/matplotlib/sphinxext/plot_directive.py:83: redefinition of unused 'align' from line 79
./usr/share/pyshared/matplotlib/sphinxext/plot_directive.py:96: 'image' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/plot_directive.py:98: 'only_directives' imported but unused
./usr/share/pyshared/matplotlib/sphinxext/plot_directive.py:378: local variable 'prefix' is assigned to but never used
./usr/share/pyshared/matplotlib/delaunay/__init__.py:8: 'delaunay' imported but unused
./usr/share/pyshared/matplotlib/delaunay/__init__.py:9: 'from triangulate import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/delaunay/__init__.py:10: 'from interpolate import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tri/__init__.py:5: 'from triangulation import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tri/__init__.py:6: 'from tricontour import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tri/__init__.py:7: 'from tripcolor import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tri/__init__.py:8: 'from triplot import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/backends/backend_svg.py:3: 'tempfile' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_svg.py:3: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_svg.py:10: redefinition of unused 'md5' from line 8
./usr/share/pyshared/matplotlib/backends/backend_svg.py:13: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_svg.py:334: local variable 'tpoints' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_svg.py:658: local variable 'thetext' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_svg.py:662: local variable 'style' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_svg.py:668: local variable 'transform' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_svg.py:834: local variable 'size' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_cocoaagg.py:26: 'from Foundation import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/backends/backend_cocoaagg.py:27: 'from AppKit import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/backends/backend_cocoaagg.py:28: 'AppHelper' imported but unused
./usr/share/pyshared/matplotlib/backends/tkagg.py:13: local variable 'v' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/tkagg.py:24: 'time' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_template.py:59: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_template.py:64: 'Bbox' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:13: 'math' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:13: 'sys' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:22: 'verbose' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:23: 'is_string_like' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:24: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:24: 'RendererBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:274: local variable '_focus' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_fltkagg.py:567: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_qt4agg.py:6: 'sys' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4agg.py:6: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4agg.py:12: 'show' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4agg.py:12: 'backend_version' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4agg.py:12: 'draw_if_interactive' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_cairo.py:22: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_cairo.py:47: 'Bbox' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_cairo.py:396: undefined name 'self'
./usr/share/pyshared/matplotlib/backends/backend_cairo.py:459: local variable 'filename' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_qt.py:2: 'math' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt.py:8: 'onetrue' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt.py:9: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt.py:9: 'RendererBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt.py:15: 'MathTextParser' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt.py:406: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:3: 'math' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:4: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:9: 'gobject' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:21: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:22: 'Gcf' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gdk.py:25: 'is_string_like' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_macosx.py:13: 'Path' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_macosx.py:15: 'colorConverter' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_macosx.py:438: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:5: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:10: 'draw_if_interactive' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:10: 'show' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:10: 'error_msg_gtk' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:10: 'backend_version' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtkagg.py:10: 'PIXELS_PER_INCH' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:24: 'StringIO' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:111: redefinition of function 'bind' from line 108
./usr/share/pyshared/matplotlib/backends/backend_wx.py:118: 'verbose' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:125: 'Artist' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:126: 'exception_to_str' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:129: 'Text' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:129: '_process_text_args' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wx.py:904: local variable 'tl' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:905: local variable 'br' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:1156: local variable 'gc' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:1731: local variable 'figmgr' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:1739: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:1815: local variable 'figmgr' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wx.py:1823: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:2: 'math' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:7: 'verbose' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:8: 'onetrue' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:9: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:9: 'RendererBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:9: 'IdleEvent' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:16: 'MathTextParser' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qt4.py:587: local variable 'bottomlabel' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:6: 'math' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_ps.py:12: redefinition of unused 'md5' from line 10
./usr/share/pyshared/matplotlib/backends/backend_ps.py:12: 'md5' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_ps.py:17: 'Gcf' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_ps.py:32: 'Text' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_ps.py:237: local variable 'sidelen' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:414: local variable 'hexlines' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:419: local variable 'xscale' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:424: local variable 'yscale' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:430: local variable 'matrix' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:432: local variable 'figh' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:523: local variable 'write' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:594: local variable 'pos' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:627: local variable 'fontname' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:702: local variable 'thetext' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:726: local variable 'thetext' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:769: local variable 'stream' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:1303: local variable 'err' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_ps.py:1471: local variable 'outfile' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/windowing.py:16: redefinition of unused 'GetForegroundWindow' from line 14
./usr/share/pyshared/matplotlib/backends/windowing.py:18: redefinition of unused 'SetForegroundWindow' from line 14
./usr/share/pyshared/matplotlib/backends/backend_gtkcairo.py:10: 'from matplotlib.backends.backend_gtk import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/backends/backend_gtkcairo.py:36: redefinition of function 'set_pixmap' from line 33
./usr/share/pyshared/matplotlib/backends/__init__.py:7: 'interactive_bk' imported but unused
./usr/share/pyshared/matplotlib/backends/__init__.py:50: local variable 'Toolbar' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_emf.py:13: 'sys' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:13: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:15: 'verbose' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:15: '__version__' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:15: 'rcParams' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:21: 'Bbox' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:24: 'KERNING_UNFITTED' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:24: 'KERNING_DEFAULT' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:24: 'KERNING_UNSCALED' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_emf.py:192: local variable 'pen' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_emf.py:202: local variable 'x1' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_emf.py:203: local variable 'y1' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:27: 'get_data_path' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:32: 'reverse_dict' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:43: 'TransformedPath' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:43: 'Bbox' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:763: redefinition of function 'decode_char' from line 760
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:803: local variable 'charprocsRef' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:894: local variable 'unicode_mapping' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_pdf.py:1173: local variable 'stream' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:9: 'pango' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:24: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:24: 'RendererBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:28: 'FigureCanvasGDK' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:301: local variable 'ctrl' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:302: local variable 'shift' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_gtk.py:722: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'draw_if_interactive' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'FigureManagerWx' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'FigureManager' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'show' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'Toolbar' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'error_msg_wx' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:24: 'backend_version' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:35: undefined name 'NavigationToolbarWx'
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:61: undefined name '_convert_agg_to_wx_bitmap'
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:71: undefined name '_convert_agg_to_wx_bitmap'
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:76: local variable 'r' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:81: undefined name '_convert_agg_to_wx_bitmap'
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:175: local variable 'r' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:242: local variable 'r' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_wxagg.py:292: redefinition of unused '_wxagg' from line 290
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:6: 'sys' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:6: 'os' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:8: 'verbose' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:12: 'show' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:12: 'backend_version' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_qtagg.py:12: 'draw_if_interactive' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_agg.py:167: local variable 'size' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:18: 'GraphicsContextBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:18: 'RendererBase' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:28: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:77: local variable '_focus' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:442: local variable '_focus' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:646: local variable '_focus' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:747: local variable 'tool' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:796: local variable '_focus' is assigned to but never used
./usr/share/pyshared/matplotlib/backends/backend_tkagg.py:798: local variable 'naxes' is assigned to but never used
./usr/share/pyshared/matplotlib/projections/polar.py:521: undefined name 'sign'
./usr/share/pyshared/matplotlib/projections/polar.py:536: local variable 'dr' is assigned to but never used
./usr/share/pyshared/matplotlib/projections/geo.py:1: 'math' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:9: 'cbook' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:14: 'Locator' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:15: 'IdentityTransform' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:15: 'Bbox' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:15: 'TransformWrapper' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:15: 'Affine2DBase' imported but unused
./usr/share/pyshared/matplotlib/projections/geo.py:280: local variable 'vertices' is assigned to but never used
./usr/share/pyshared/matplotlib/projections/geo.py:359: local variable 'vertices' is assigned to but never used
./usr/share/pyshared/matplotlib/projections/geo.py:452: local variable 'vertices' is assigned to but never used
./usr/share/pyshared/matplotlib/projections/geo.py:541: local variable 'vertices' is assigned to but never used
./usr/share/pyshared/matplotlib/testing/compare.py:180: 'ImageFilter' imported but unused
./usr/share/pyshared/matplotlib/testing/decorators.py:28: redefinition of unused 'nose' from line 4
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Int8' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'UInt8' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Int16' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'UInt16' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Int32' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'UInt32' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Float32' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Float64' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Complex32' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Complex64' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Float' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Int' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: redefinition of unused 'Complex' from line 2
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: 'Complex' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: 'Int' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:9: 'Float' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:31: 'inf' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:31: 'infty' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:32: 'rand' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:32: 'randn' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:34: 'all' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:34: 'any' imported but unused
./usr/share/pyshared/matplotlib/numerix/_sp_imports.py:34: 'isnan' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:8: 'struct' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:8: 'sys' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:8: 'os' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:9: 'rcParams' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:24: 'from numpy.oldnumeric import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/__init__.py:26: redefinition of unused 'numpy' from line 23
./usr/share/pyshared/matplotlib/numerix/__init__.py:27: 'from numpy import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'rand' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'all' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'any' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'isnan' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'nx' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'infinity' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:29: 'randn' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:30: 'Infinity' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:30: 'UInt16' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:30: 'UInt32' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:30: 'UInt8' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:34: redefinition of unused 'Matrix' from line 32
./usr/share/pyshared/matplotlib/numerix/__init__.py:36: 'nan' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:39: 'amax' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:39: 'amin' imported but unused
./usr/share/pyshared/matplotlib/numerix/__init__.py:41: 'angle' imported but unused
./usr/share/pyshared/matplotlib/numerix/random_array/__init__.py:2: 'from numpy.oldnumeric.random_array import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/random_array/__init__.py:4: 'from numpy.random import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/ma/__init__.py:2: 'from numpy.ma import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/ma/__init__.py:4: 'from numpy.core.ma import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/mlab/__init__.py:2: 'from numpy.oldnumeric.mlab import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/mlab/__init__.py:4: 'from numpy.lib.mlab import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/fft/__init__.py:2: 'from numpy.oldnumeric.fft import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/fft/__init__.py:4: 'from numpy.dft.old import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/linear_algebra/__init__.py:2: 'from numpy.oldnumeric.linear_algebra import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/numerix/linear_algebra/__init__.py:4: 'from numpy.linalg.old import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tests/test_simplification.py:2: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/tests/test_simplification.py:3: 'knownfailureif' imported but unused
./usr/share/pyshared/matplotlib/tests/test_simplification.py:6: 'from pylab import *' used; unable to detect undefined names
./usr/share/pyshared/matplotlib/tests/test_simplification.py:7: redefinition of unused 'np' from line 1
./usr/share/pyshared/matplotlib/tests/test_dates.py:2: 'np' imported but unused
./usr/share/pyshared/matplotlib/tests/test_dates.py:82: 'DateFormatter' imported but unused
./usr/share/pyshared/matplotlib/tests/test_dates.py:82: 'HourLocator' imported but unused
./usr/share/pyshared/matplotlib/tests/test_image.py:3: 'knownfailureif' imported but unused
./usr/share/pyshared/matplotlib/tests/test_image.py:5: 'assert_raises' imported but unused
./usr/share/pyshared/matplotlib/tests/test_image.py:9: 'os' imported but unused
./usr/share/pyshared/matplotlib/tests/test_image.py:108: local variable 'im' is assigned to but never used
./usr/share/pyshared/matplotlib/tests/test_spines.py:2: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/tests/test_axes.py:3: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/tests/test_axes.py:4: 'knownfailureif' imported but unused
./usr/share/pyshared/matplotlib/tests/test_axes.py:287: local variable 'x1' is assigned to but never used
./usr/share/pyshared/matplotlib/tests/test_axes.py:291: local variable 'y2' is assigned to but never used
./usr/share/pyshared/matplotlib/tests/test_axes.py:490: local variable 'Zm' is assigned to but never used
./usr/share/pyshared/matplotlib/tests/test_transforms.py:1: 'assert_equal' imported but unused
./usr/share/pyshared/matplotlib/tests/test_backend_svg.py:5: 'knownfailureif' imported but unused
./usr/share/pyshared/matplotlib/tests/test_mathtext.py:1: 'np' imported but unused
./usr/share/pyshared/matplotlib/tests/test_mathtext.py:3: 'knownfailureif' imported but unused
./usr/share/pyshared/matplotlib/tests/test_text.py:1: 'np' imported but unused
./usr/share/pyshared/matplotlib/tests/test_text.py:2: 'matplotlib' imported but unused
./usr/share/pyshared/matplotlib/tests/test_text.py:3: 'knownfailureif' imported but unused

This report was generated on Fri, 10 Jun 2011 06:44:12 +0000, based on results by pyflakes 0.4.0-1