From 88576a5e4e4dc3f1c1581785d3efe7b4bcc3f23f Mon Sep 17 00:00:00 2001 From: Raul Bardaji Date: Fri, 30 Apr 2021 15:34:30 +0200 Subject: [PATCH] bugs --- mooda/waterframe/iplot/iplot_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mooda/waterframe/iplot/iplot_line.py b/mooda/waterframe/iplot/iplot_line.py index a909cc7..9ff7d6e 100644 --- a/mooda/waterframe/iplot/iplot_line.py +++ b/mooda/waterframe/iplot/iplot_line.py @@ -313,6 +313,6 @@ def iplot_line(self, y, x='TIME', color='auto', range_y='auto', fig.for_each_trace( lambda trace: trace.update( - mode='lines') if 'trend' in intrace.name else (), + mode='lines') if 'trend' in trace.name else (), ) return fig