Skip to content

Commit 4137d9e

Browse files
fix issue 290
1 parent 5721dc0 commit 4137d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/plotly_offline_aux/plotlyoffline.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
id, link_text);
6262

6363
plotly_script = sprintf(['\n<div class="%s loading" style=', ...
64-
'color: rgb(50,50,50);">Drawing...</div>' ...
64+
'color: rgb(50,50,50);"> </div>' ...
6565
'\n<div id="%s" style="height: %s;',...
6666
'width: %s;" class="plotly-graph-div">' ...
6767
'</div> \n<script type="text/javascript">' ...

0 commit comments

Comments
 (0)