|
From: <md...@us...> - 2009-05-04 19:05:50
|
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.
|