Mostly working on the dialog visualization
A few days of work, with some site cleanup and readability but mostly a new visualization post. Pretty happy with how the radar and network graphs turned out in particular.
I’m struggling with two things in ggplot2
:
There are solutions online, but I don’t understand them well enough to generalize to what I want to do. Just need to focus on this to solve it but I think I’m going to pivot to work on more upstream issues, like adding more data files for joins, or adding scenes to the Digital Edition itself, instead.
Enhancements:
said.csv
data:
It is good practice to ungroup()
after every group()
but since summarize()
ungroups one level of grouping so far I have not needed to. Still, good to know.
This group & summarize pattern is starting to make intuitive sense to me.
If you see mistakes or want to suggest changes, please create an issue on the source repository.
For attribution, please cite this work as
Glachant (2022, Oct. 13). Data Ignota: Visualizing Dialog. Retrieved from https://syvwlch.github.io/Data-Ignota/posts/2022-10-13-visualizing-dialog/
BibTeX citation
@misc{glachant2022visualizing, author = {Glachant, Mathieu}, title = {Data Ignota: Visualizing Dialog}, url = {https://syvwlch.github.io/Data-Ignota/posts/2022-10-13-visualizing-dialog/}, year = {2022} }