From c76784647cc34f1ff48707470920c16486168049 Mon Sep 17 00:00:00 2001 From: Anson Date: Thu, 9 Jul 2020 00:07:38 -0700 Subject: [PATCH] reformat plot title --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index cc4afd8..baaffb3 100644 --- a/bot.py +++ b/bot.py @@ -155,7 +155,7 @@ def intra(update, context): mpf.plot( df, type="renko", - title=f"Intraday chart for ${symbol.upper()}\n{datetime.date.today().strftime('%d, %b %Y')}", + title=f"\nIntraday chart for ${symbol.upper()} on {datetime.date.today().strftime('%d, %b %Y')}", volume=True, style="yahoo", mav=20,