summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-07-11 15:58:47 +0000
committerDavid Robillard <d@drobilla.net>2016-07-11 15:58:47 +0000
commita1c83d1a4e4ec5ef8d22f74a45b35746613c6a48 (patch)
treea8bc4a1d6424627034131df702d803c8fd1b0f4b
parentc2c30ec15d1f37fd2ca88021f8a9a8055f5fca7f (diff)
downloadzix-a1c83d1a4e4ec5ef8d22f74a45b35746613c6a48.tar.gz
zix-a1c83d1a4e4ec5ef8d22f74a45b35746613c6a48.tar.bz2
zix-a1c83d1a4e4ec5ef8d22f74a45b35746613c6a48.zip
Fix whitespace
git-svn-id: http://svn.drobilla.net/zix/trunk@103 df6676b4-ccc9-40e5-b5d6-7c4628a128e3
-rwxr-xr-xplot.py4
1 files 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):