Skip to content

Commit c27837b

Browse files
authored
Remove Drawing... message
1 parent c10a7a3 commit c27837b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
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);">Drawing...</div>' ...
65-
'\n<div id="%s" style="height: %s;',...
63+
plotly_script = sprintf(['\n<div id="%s" style="height: %s;',...
6664
'width: %s;" class="plotly-graph-div">' ...
6765
'</div> \n<script type="text/javascript">' ...
6866
'%s \n</script>'], id, id, height, width, ...

0 commit comments

Comments
 (0)