Skip to content

Commit 9a1f563

Browse files
fix issue 290
1 parent 4137d9e commit 9a1f563

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
'\n });'], id, clean_jdata, clean_jlayout, ...
6161
id, link_text);
6262

63-
plotly_script = sprintf(['\n<div class="%s loading" style=', ...
64-
'color: rgb(50,50,50);"> </div>' ...
65-
'\n<div id="%s" style="height: %s;',...
63+
plotly_script = sprintf(['\n<div class="%s loading"',...
64+
'\n<div id="%s" style="height: %s;',...
6665
'width: %s;" class="plotly-graph-div">' ...
6766
'</div> \n<script type="text/javascript">' ...
6867
'%s \n</script>'], id, id, height, width, ...

0 commit comments

Comments
 (0)