From 4ad8703f4aa7cdb4605774e3bd9eba46ac35b355 Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Thu, 5 Sep 2019 08:20:33 +1000 Subject: [PATCH] Replace deprecated plotly with chart_studio --- daqviewer/daqviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daqviewer/daqviewer.py b/daqviewer/daqviewer.py index 16002a9..4916071 100644 --- a/daqviewer/daqviewer.py +++ b/daqviewer/daqviewer.py @@ -13,7 +13,7 @@ import dash_core_components as dcc import dash_html_components as html from dash.dependencies import Input, Output -import plotly.plotly as py +import chart_studio.plotly as py import plotly.graph_objs as go import wafo.objects as wo