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

is there a clean way to enable saving of all Plots to png? #89

Closed
achubaty opened this issue Mar 5, 2019 · 4 comments
Closed

is there a clean way to enable saving of all Plots to png? #89

achubaty opened this issue Mar 5, 2019 · 4 comments
Labels

Comments

@achubaty
Copy link
Contributor

achubaty commented Mar 5, 2019

rather than relying on module developers to include this functionality, it would be nice to be able to easily save plots created during simulations.

@eliotmcintire
Copy link
Contributor

Do we want 1 plot per .png, or whatever is shown on the device?

@eliotmcintire
Copy link
Contributor

I think there are 3 options:

  1. Objects that are plots (e.g. from ggplot) could be saved on a schedule
  2. Objects that can be plotted directly without massive customization (e.g. plot(sim$rasWhtyever)
  3. Capture the device which may have many plots on it.

Which one(s) are most interesting?

@achubaty
Copy link
Contributor Author

can we revisit this? open for discussion.

@eliotmcintire
Copy link
Contributor

I think short answer is "No". Different mechanisms for ggplot and base plots. Closing. Labelling "Not Done"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants