trevorld / oblicubes

3D rendering using obliquely projected cubes/cuboids
https://trevorldavis.com/R/oblicubes/dev
Other
19 stars 0 forks source link

Custom {ggplot2} Coord layer #14

Open trevorld opened 1 year ago

trevorld commented 1 year ago
trevorld commented 3 months ago

Teun van den Brand writes on Fosstodon (after asked if he was aware of any z-axis examples for {ggplot2}): https://fosstodon.org/@teunbrand/112095503185084979

@trevorld I'm not aware of such examples. The x- and y-axes are pretty hardcoded in the internals of ggplot2, so I'd think it'd require extending a coord first to support the placement of a z-axis, at which point one can start extending an axis guide to render a z-axis.