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
In the process of creating a sticker for my {ggcharts} package I discovered that the png() device has very poor defaults on Windows. Here's what my sticker looked like when saving with sticker(). As you can see the lines are very ragged.
I ended up doing this to get a high-quality sticker: Notice the arguments passed to type and antialias.
In the process of creating a sticker for my
{ggcharts}
package I discovered that thepng()
device has very poor defaults on Windows. Here's what my sticker looked like when saving withsticker()
. As you can see the lines are very ragged.I ended up doing this to get a high-quality sticker: Notice the arguments passed to
type
andantialias
.It would be great if
hexSticker
could usepng()
rather thanggsave()
and set thetype
andantialias
parameters as I did on Windows.The text was updated successfully, but these errors were encountered: