Skip to content

Commit

Permalink
final version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiannuzzi39 committed Oct 5, 2024
1 parent 1838551 commit 99006b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ <h2>Word Embeddings in Marianne's Speech versus Letters</h2>
d3.select(".tooltip").remove();
});

/*
svgEmbedding.selectAll(".topic-label")
.data(commonTopics)
.enter()
Expand All @@ -413,7 +414,7 @@ <h2>Word Embeddings in Marianne's Speech versus Letters</h2>
.attr("font-weight", "bold")
.attr("fill", "#ff5733")
.text(d => d.word);

*/
svgEmbedding.selectAll("g.axis").remove();
});
</script>
Expand Down

0 comments on commit 99006b3

Please sign in to comment.