hughjonesd / ggmagnify

Create a magnified inset of part of a ggplot object
https://hughjonesd.github.io/ggmagnify/
Other
275 stars 3 forks source link

magnify linewidths and other aestetics #6

Closed simonheb closed 1 year ago

simonheb commented 1 year ago

I'm magnifying a section of a ggraph object. It works ok, but the linewidths do not get magnified, which looks odd.

Is there a way to magnify aesthetics too?

hughjonesd commented 1 year ago

Edit ggm$inset. See the advanced example in the README.

simonheb commented 1 year ago

Thanks a lot. Great package btw.