dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
84 stars 20 forks source link

Passing cex argument to plotmath3d in text3d #384

Closed llaniewski closed 10 months ago

llaniewski commented 10 months ago

This fixes a bug causing cex argument to text3d and mtext3d to be ineffective when text is an expression(...).

dmurdoch commented 10 months ago

Thanks for spotting and fixing this. I will merge once the checks are done.