geom_tile() with variable width has gaps while geom_rect() does not (ggplot2)
Summary The issue of gaps between tiles when using variable width with geom_tile() in ggplot2 can be confusing, especially when compared to the seamless output of geom_rect(). This article aims to explore the root cause of this issue, its real-world impact, and provide a solution to achieve seamless tiles. Root Cause The gaps between tiles … Read more