Skip to content

Commit 1f97b6a

Browse files
author
mole
committed
fix typing error
1 parent 6ad9a17 commit 1f97b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

finplotWindow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ def zoomTo(self, dateStr1, dateStr2):
388388
x2 = fplt._dateStr2x(ax,dateStr2)
389389

390390
# Do not zoom exactly on the trade, so take a little bit before & after
391-
date1 = x1[0];
391+
date1 = x1[0]
392392
if date1 > 10:
393393
date1 = date1 - 10
394394

395-
date2 = x2[0] + 10;
395+
date2 = x2[0] + 10
396396

397397
ax.vb.update_y_zoom(date1,date2)
398398

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy