Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardaji committed Apr 30, 2021
1 parent 96ba2a3 commit 88576a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mooda/waterframe/iplot/iplot_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88576a5

Please sign in to comment.