You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since size=10 in geom_text() the size scale does not affect size of the text regardless of trans.
Is this issue about a difference in interpretation of size in lets-plot vs ggplot2? In lets-plot geom_text size is in px (doubled). I.e. 20 px in this case. In ggplot2 it might be pt or other units.
Example:
Output:
Expected (like in ggplot2):
The text was updated successfully, but these errors were encountered: