Published
Edited
May 22, 2020
3 forks
4 stars
Insert cell
md`# Narrative chart visualization for text compression`
Insert cell
md`**TODO**:
1. Not very efficient method of calculating spaces between scenes
2. Fix word overlaps
3. Change all variable names so that they are more relevant to text compression
4. Account for cases like a vs an and escalating vs escalation, in graph 3
5. What to do about ledes with no appearances in a graph?`
Insert cell
md`**NOTES**:
- scenes in rawScenes objects MUST be in order (or at least the rightmost scene's "position" should be labeled correctly
- standardize height and width of svg for each graph (more so width)
- indices array only added to graph 1, currently unused`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
d3 = window.d3 = await require("d3@3")
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more