From a1c83d1a4e4ec5ef8d22f74a45b35746613c6a48 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jul 2016 15:58:47 +0000 Subject: Fix whitespace git-svn-id: http://svn.drobilla.net/zix/trunk@103 df6676b4-ccc9-40e5-b5d6-7c4628a128e3 --- plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plot.py b/plot.py index b5068b5..29fffa9 100755 --- a/plot.py +++ b/plot.py @@ -28,7 +28,7 @@ class SensibleScalarFormatter(matplotlib.ticker.ScalarFormatter): def _set_orderOfMagnitude(self, range): # Calculate "best" order in the usual way matplotlib.ticker.ScalarFormatter._set_orderOfMagnitude(self, range) - + # Round down to sensible (millions, billions, etc) order self.orderOfMagnitude = self.orderOfMagnitude - (self.orderOfMagnitude % 3) @@ -70,7 +70,7 @@ for i in range(n_plots): for i in fields: times[num].append([float(i)]) num += 1 - + file.close() for i in range(len(times) - 1): -- cgit v1.2.1