[Scipy-svn] r2475 - trunk/Lib/sandbox/timeseries/plotlib
scipy-svn at scipy.org
scipy-svn at scipy.org
Tue Jan 2 11:39:24 CST 2007
Author: mattknox_ca
Date: 2007-01-02 11:39:21 -0600 (Tue, 02 Jan 2007)
New Revision: 2475
Modified:
trunk/Lib/sandbox/timeseries/plotlib/plot.py
Log:
Modified: trunk/Lib/sandbox/timeseries/plotlib/plot.py
===================================================================
--- trunk/Lib/sandbox/timeseries/plotlib/plot.py 2007-01-02 17:24:58 UTC (rev 2474)
+++ trunk/Lib/sandbox/timeseries/plotlib/plot.py 2007-01-02 17:39:21 UTC (rev 2475)
@@ -71,7 +71,7 @@
if year_starts[x]:
major_labels[x] += '\n\n'+(start_date + x).strfmt('%Y')
- elif numPers <= 11 * 12:
+ elif numPers <= 11 * 4:
minor_ticks = list(range(numPers))
More information about the Scipy-svn
mailing list