Revision: 7080
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7080&view=rev
Author:   mdboom
Date:     2009-05-04 19:05:38 +0000 (Mon, 04 May 2009)

Log Message:
-----------
[2723470] UnboundLocalError in ticker.py

Modified Paths:
--------------
    branches/v0_98_5_maint/lib/matplotlib/ticker.py

Modified: branches/v0_98_5_maint/lib/matplotlib/ticker.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/ticker.py     2009-05-04 18:19:18 UTC 
(rev 7079)
+++ branches/v0_98_5_maint/lib/matplotlib/ticker.py     2009-05-04 19:05:38 UTC 
(rev 7080)
@@ -930,6 +930,8 @@
         vmax -= offset
         raw_step = (vmax-vmin)/nbins
         scaled_raw_step = raw_step/scale
+        best_vmax = vmax
+        best_vmin = vmin
 
         for step in self._steps:
             if step < scaled_raw_step:


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to