Graphic out#11
Open
Wirdal wants to merge 3 commits into
Open
Conversation
Author
|
Also, I see that many students don't generally call omsi with all the arguments on the command line. I think it would be good to have an option where they can add their preferred way of opening the PDFs while omsi is still running. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
R has been saving the plots of whatever it runs, but can't display, within the local directory.
What I do is just call the user-supplied 'open' function on the pdf that gets created when the user wants to. The command is in a dropdown window, so the user can select when to see their output.
I have tested it on my Ubuntu laptop, as well as my Windows desktop. They work fine. I added some error validation if the 'open' command does not work, OR if the PDF containing the graph does not exist.
I would like to do two more things with this.