From 1fd2c376d0b19b60bb2003906e450019c774c3ec Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 3 Sep 2023 07:29:28 -0700 Subject: [PATCH] graph revisited --- tinycta/port.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinycta/port.py b/tinycta/port.py index e10f11f..6089f2e 100644 --- a/tinycta/port.py +++ b/tinycta/port.py @@ -184,7 +184,7 @@ def scatter(ts, name): row=1, col=1, ) - + fig.add_trace( scatter(self.returns.ewm(com=com).std(), "Volatility"), row=2,