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
When the user clicks a plot download button like download to .png for instance, they should see a prompt that asks them to put in arguments for the plotting function,
png(filename = "Rplot%03d.png",
width = 480, height = 480, units = "px", pointsize = 12,
bg = "white", res = NA, ...,
type = c("cairo", "cairo-png", "Xlib", "quartz"), antialias)
so that they can control plot size, aspect ratio, resolution, etc.
The text was updated successfully, but these errors were encountered:
When the user clicks a plot download button like download to .png for instance, they should see a prompt that asks them to put in arguments for the plotting function,
so that they can control plot size, aspect ratio, resolution, etc.
The text was updated successfully, but these errors were encountered: