-
Notifications
You must be signed in to change notification settings - Fork 96
Add ability to set image format and resolution, with saner default #128
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
Conversation
Left to decide: how and where to set fmt and res. We could use |
Thanks for looking into this. Just to see that I understand the different proposals: do you propose to set global variables on the matlab side and use these to determine the format and resolution in |
I like the idea of a global config struct, shall I give it a shot? |
Yes - please do. The main thing that worries me (for now) is name-space On Sun, Feb 8, 2015 at 2:53 PM, Steven Silvester notifications@github.com
|
We could put it in its own namespace. — On Mon, Feb 9, 2015 at 3:53 PM, Ariel Rokem notifications@github.com
|
If you mean package folders, I'm pretty sure Octave doesn't support those, unfortunately. |
Another alternative: we could leave the current |
Heck I can do that right now with the current |
|
Do you have an example notebook you could put up on nbviewer? On Tue, Feb 10, 2015 at 6:54 PM, Steven Silvester notifications@github.com
|
That's fantastic! I particularly enjoy the Does this mean that we should close this PR, or is it still needed? |
Good call, I added a |
It made more sense to specify the resolution, since Matlab does not take a
-SXX,YY
argument inprint
.I've added this option to the Metakernel
%plot
magic.