diff --git a/js/tsne_vis.js b/js/tsne_vis.js index 134da50..0fe7e4c 100755 --- a/js/tsne_vis.js +++ b/js/tsne_vis.js @@ -2505,68 +2505,6 @@ if (points.length) { // If points exist (at least 1 point) emptyPCP(); var parcoords = d3v3.parcoords()("#PCP"); // Remove or add that if you want to achieve a different effect when you have less than 10 points. - /* - if(selectedPoints.length <= 10 && coun > 0){ // If points > 10 then do not draw! If points = 0 then do not draw! - - var wrapData = []; - var IDS = []; - for (var i=0; i