SF.net SVN: matplotlib: [5279] trunk/matplotlib/PASSED_DEMOS

2008-05-27 Thread mdboom
Revision: 5279
  http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5279&view=rev
Author:   mdboom
Date: 2008-05-27 10:42:33 -0700 (Tue, 27 May 2008)

Log Message:
---
Removing obsolete PASSED_DEMOS file

Removed Paths:
-
trunk/matplotlib/PASSED_DEMOS

Deleted: trunk/matplotlib/PASSED_DEMOS
===
--- trunk/matplotlib/PASSED_DEMOS   2008-05-27 16:25:28 UTC (rev 5278)
+++ trunk/matplotlib/PASSED_DEMOS   2008-05-27 17:42:33 UTC (rev 5279)
@@ -1,228 +0,0 @@
-accented_text.pyO
-agg_buffer_to_array.py  O
-agg_oo.py   O
-agg_resize.py   [BROKEN IN TRUNK]
-agg_test.py???
-alignment_test.py   O
-animation_blit_fltk.py  [terminate called after throwing an instance of 
'Swig::DirectorMethodException']
-animation_blit.py  O
-animation_blit_qt4.py  O
-animation_blit_qt.py   O
-animation_blit_tk.py   O
-animation_blit_wx.py   O
-anim.py O [BUT SLOWER]
-annotation_demo.py  O
-anscombe.pyO
-arctest.py O
-arrow_demo.py  O
-axes_demo.py   O
-axes_props.py  O
-axhspan_demo.pyO
-axis_equal_demo.py  O
-backend_driver.py  [N/A]
-barchart_demo.pyO
-barcode_demo.py O
-barh_demo.py   O
-bar_stacked.py O
-boxplot_demo.pyO
-break.py   O
-broken_barh.py O
-clippath_test.py   O
-clippedline.py O
-collections_demo.pyO
-colorbar_only.py   O
-color_by_yvalue.py O
-color_demo.py  O
-colours.py [???]
-contour_demo.pyO
-contourf_demo.py   O
-contour_image.py   O
-coords_demo.py O
-coords_report.py   O
-csd_demo.pyO
-cursor_demo.py O
-custom_figure_class.py  O
-customize_rc.py
-custom_ticker1.py  O
-dannys_example.py  [REQUIRES NUMERIC]
-dash_control.pyO
-dashpointlabel.py  O
-dashtick.pyO
-data_browser.pyO
-data_helper.py [N/A]
-date_demo1.py  O
-date_demo2.py  O
-date_demo_convert.py   O
-date_demo_rrule.py O
-date_index_formatter.py O
-dynamic_collection.py   O
-dynamic_demo.pyO
-dynamic_demo_wx.py [REQUIRES NON-AGG WX RENDERER, WHICH IS NOT YET 
IMPLEMENTED]
-dynamic_image_gtkagg.py O
-dynamic_image_wxagg2.py O
-dynamic_image_wxagg.py [REQUIRES NON-AGG WX RENDERER, WHICH IS NOT YET 
IMPLEMENTED]
-ellipse_demo.pyO
-ellipse_rotated.py O
-embedding_in_gtk2.py   [REQUIRES NON-AGG GDK RENDERER, WHICH IS NOT YET 
IMPLEMENTED]
-embedding_in_gtk3.py   O
-embedding_in_gtk.py[REQUIRES NON-AGG GDK RENDERER, WHICH IS NOT YET 
IMPLEMENTED]
-embedding_in_qt4.pyO
-embedding_in_qt.py O
-embedding_in_tk2.pyO
-embedding_in_tk.py O
-embedding_in_wx2.py[IDENTICAL BUG IN TRUNK -- Y-AXIS VALUES ARE TRUNCATED]
-embedding_in_wx3.pyO
-embedding_in_wx4.pyO
-embedding_in_wx.py [REQUIRES NON-AGG WX RENDERER, WHICH IS NOT YET 
IMPLEMENTED]
-errorbar_demo.py   O
-errorbar_limits.py O   
-figimage_demo.py   O
-figlegend_demo.py  O
-figtext.py O
-fill_between_posneg.py O
-fill_between.pyO
-fill_demo2.py  O
-fill_demo.py   O
-fill_spiral.py O
-finance_demo.pyO
-font_indexing.py   O
-fonts_demo_kw.py   O
-fonts_demo.py  O
-font_table_ttf.py  [N/A]
-ftface_props.py[N/A]
-ganged_plots.pyO
-glyph_to_path.py   O
-gradient_bar.pyO
-gtk_spreadsheet.py [REQUIRES NON-AGG GDK RENDERER, WHICH IS NOT YET 
IMPLEMENTED]   
-hatch_demo.py  O
-histogram_demo_canvasagg.py [???]
-histogram_demo.py  O
-image_demo2.py O
-image_demo3.py O
-image_demo.py  O
-image_interp.pyO
-image_masked.pyO [Whew!]
-image_origin.pyO
-image_slices_viewer.py  [BROKEN ON TRUNK]
-__init__.py[N/A]
-integral_demo.py   O
-interactive2.py[N/A]
-interactive.py [N/A]
-interp_demo.py O
-invert_axes.py O
-keypress_demo.py   [BROKEN IN TRUNK]
-lasso_demo.py  O
-layer_images.pyO
-legend_auto.py [WEIRD z-order problem in figure 10]
-legend_demo2.pyO
-legend_demo.py O
-legend_scatter.py  O
-line_collection2.pyO
-line_collection.py O
-lineprops_dialog_gtk.pyO
-line_styles.py O
-load_converter.py  O
-loadrec.py O
-log_bar.py O
-log_demo.pyO
-logo.pyO
-log_test.pyO
-major_minor_demo1.py   O
-major_minor_demo2.py   O
-masked_demo.py O
-mathtext_demo.py   O
-mathtext_examples.py   O
-mathtext_wx.py O
-matplotlib_icon.py [N/A]
-matshow.py O
-movie_demo.py  O
-

SF.net SVN: matplotlib: [5280] trunk/matplotlib/lib/matplotlib/colors.py

2008-05-27 Thread jdh2358
Revision: 5280
  http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5280&view=rev
Author:   jdh2358
Date: 2008-05-27 14:21:32 -0700 (Tue, 27 May 2008)

Log Message:
---
added an isinit check in LinearSegmentedColormap.is_gray

Modified Paths:
--
trunk/matplotlib/lib/matplotlib/colors.py

Modified: trunk/matplotlib/lib/matplotlib/colors.py
===
--- trunk/matplotlib/lib/matplotlib/colors.py   2008-05-27 17:42:33 UTC (rev 
5279)
+++ trunk/matplotlib/lib/matplotlib/colors.py   2008-05-27 21:21:32 UTC (rev 
5280)
@@ -501,6 +501,7 @@
 raise NotImplementedError("Abstract class only")
 
 def is_gray(self):
+if not self._isinit: self._init()
 return (np.alltrue(self._lut[:,0] == self._lut[:,1])
 and np.alltrue(self._lut[:,0] == self._lut[:,2]))
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins


SF.net SVN: matplotlib: [5281] trunk/matplotlib/lib/matplotlib/image.py

2008-05-27 Thread jdh2358
Revision: 5281
  http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5281&view=rev
Author:   jdh2358
Date: 2008-05-27 19:04:26 -0700 (Tue, 27 May 2008)

Log Message:
---
fixed rgbacache bug which broke clim and clam in interactive use

Modified Paths:
--
trunk/matplotlib/lib/matplotlib/image.py

Modified: trunk/matplotlib/lib/matplotlib/image.py
===
--- trunk/matplotlib/lib/matplotlib/image.py2008-05-27 21:21:32 UTC (rev 
5280)
+++ trunk/matplotlib/lib/matplotlib/image.py2008-05-28 02:04:26 UTC (rev 
5281)
@@ -116,6 +116,7 @@
 update state
 """
 self._imcache = None
+self._rgbacache = None
 cm.ScalarMappable.changed(self)
 
 
@@ -424,7 +425,6 @@
 raise NotImplementedError('Method not supported')
 
 def set_interpolation(self, s):
-print s
 if s != None and s != 'nearest':
 raise NotImplementedError('Only nearest neighbor supported')
 AxesImage.set_interpolation(self, s)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins