mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 09:38:33 -05:00
Fix broken TikZ image in Data Governance section (Figure 6.16) #405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @profvjreddi on GitHub (Jul 24, 2025).
Originally assigned to: @hzeljko on GitHub.
There is a broken TikZ image in the Data Governance section (Figure 6.16) of the book. The image does not render properly and needs to be fixed or replaced.
Relevant screenshot:

Please investigate the source file for Figure 6.16, ensure the TikZ diagram compiles correctly, and restore the intended illustration for data governance pillars.
@hzeljko commented on GitHub (Jul 24, 2025):
It's strange that a problem appeared with this Tikz figure, which was made several months ago and has always rendered well until now. Anyway, I'll look at the qmd file and check the Tikz code again.
@profvjreddi commented on GitHub (Jul 24, 2025):
This could easily be because I have run some code to fix captions automatically, so it is totally possible that something got messed up. I had another issue this morning that I fixed.
@profvjreddi commented on GitHub (Jul 24, 2025):
The simplest thing I did was to go back and copy the original code and update it with the newset caption :)
@profvjreddi commented on GitHub (Aug 23, 2025):
Fixed in commit
3734b449: Refines data governance figure for clarity. The TikZ diagram now renders properly.