Skip to content

Commit 5671a4b

Browse files
authored
fix tab whitespace
1 parent 75bbe0e commit 5671a4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bashplotlib/scatterplot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ def plot_scatter(f, xs, ys, size, pch, colour, title, delimiter):
7676
point = "|"
7777
elif y == 0:
7878
point = "-"
79-
if colour:
80-
printcolour(point, True, colour)
79+
if colour:
80+
printcolour(point, True, colour)
8181
else:
82-
print(point, end='')
82+
print(point, end='')
8383
print("|")
8484
print("-" * (2 * len(get_scale(xs, False, size)) + 2))
8585

0 commit comments

Comments
 (0)