Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plotlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plotlib.py b/plotlib.py
index d6527b9..4d54395 100644
--- a/plotlib.py
+++ b/plotlib.py
@@ -154,7 +154,7 @@ class CustomPlot(_PlotBase):
self.maxy = max(float(y), self.maxy)
if self.minx == self.maxx:
- xYspace = 0.5
+ x_space = 0.5
else:
x_space = 0.02 * (self.maxx - self.minx)
self.minx -= x_space