diff --git a/js/plot_heatmap.js b/js/plot_heatmap.js index eed3295..63407bd 100644 --- a/js/plot_heatmap.js +++ b/js/plot_heatmap.js @@ -85,7 +85,7 @@ function makePlot(div_id, assayType, heatmapData) { } }; - Plotly.plot(graphDiv, data, layout, {showSendToCloud:true}); + Plotly.plot(graphDiv, data, layout, {showSendToCloud:false}); } function plotHeatmap(div_id, response, assayType, score) { diff --git a/js/plot_lda.js b/js/plot_lda.js index fc57681..99715ab 100644 --- a/js/plot_lda.js +++ b/js/plot_lda.js @@ -90,7 +90,7 @@ function makePlot(div_id, dataMap, assayType) { } }; - Plotly.plot(graphDiv, data, layout, {showSendToCloud:true}); + Plotly.plot(graphDiv, data, layout, {showSendToCloud:false}); } function plotLDA(div_id, response, assayType, score) {