Bateson plot (combining geom_turn
, geom_wave
and geom_text
)
#55
Labels
enhancement
New feature or request
geom_turn
, geom_wave
and geom_text
)
#55
Something like
geom_wave()
(#46) would also be useful as part of a visualization that I will call the Bateson plot in recognition of Mary Catherin Bateson:This would be
geom_turn()
laid out horizontally, withgeom_wave()
above it, and with theutterance
column mapped to ageom_text()
(like here), but at a 45 degree angle.Pseudocode:
The slightly tricky thing here would be that only
geom_turn()
would use stacked coordinates, and the other two geoms would map onto an area outside those coordinates. I'm not sure how to set or determine thaty
most elegantly, hence the ??? in the pseudocode above. Could look into the placement logic ofggtext::geom_repel
because they allow you to do similar things.The text was updated successfully, but these errors were encountered: