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
I was wondering if it would be possible to add an argument for transparency in geom_magnify(). I am encountering an overlap between the original graph and the magnified one, and I would like the background of the magnified section to be transparent so that the underlying main graph remains visible.
Thank you,
Best regrds,
The text was updated successfully, but these errors were encountered:
This is not making the background of geom_magnify transparent. Here how I applied it: geom_magnify(from = from_, to = to_, inset_theme = theme_minimal() + theme(panel.background = element_rect(fill = 'transparent')))
Hi,
I was wondering if it would be possible to add an argument for transparency in geom_magnify(). I am encountering an overlap between the original graph and the magnified one, and I would like the background of the magnified section to be transparent so that the underlying main graph remains visible.
Thank you,
Best regrds,
The text was updated successfully, but these errors were encountered: