diff options
author | BonfaceKilz | 2021-04-30 13:06:58 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-04-30 13:45:15 +0300 |
commit | 4e65b73a0f903834f8dbd02d11c49b75d7c935c7 (patch) | |
tree | 18add06933583233d183e5554fda91a4a46e8191 /wqflask/utility/Plot.py | |
parent | 114e7d3395f28ddead0ff3a94c10d0bf534fb493 (diff) | |
download | genenetwork2-4e65b73a0f903834f8dbd02d11c49b75d7c935c7.tar.gz |
autopep8: Fix E121,E122,E123,EI24,E125,E126,E127,E128,E129,E131,E133
Diffstat (limited to 'wqflask/utility/Plot.py')
-rw-r--r-- | wqflask/utility/Plot.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/utility/Plot.py b/wqflask/utility/Plot.py index f61e3b88..37a8a1a5 100644 --- a/wqflask/utility/Plot.py +++ b/wqflask/utility/Plot.py @@ -206,7 +206,7 @@ def plotBar(canvas, data, barColor=BLUE, axesColor=BLACK, labelColor=BLACK, XLab im_drawer.text( text=strY, xy=(xLeftOffset - im_drawer.textsize(strY, - font=scaleFont)[0] - 6, yc + 5), + font=scaleFont)[0] - 6, yc + 5), font=scaleFont) y += (yTop - yLow) / stepY |