Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

have plot download buttons (png, svg, pdf) prompt user for plotting parameters #23

Open
papsti opened this issue Apr 11, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@papsti
Copy link
Collaborator

papsti commented Apr 11, 2018

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.

@papsti papsti added the enhancement New feature or request label Apr 11, 2018
@papsti papsti self-assigned this Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant