Add ability to set image format and resolution, with saner default#128
Add ability to set image format and resolution, with saner default#128blink1073 wants to merge 2 commits intoarokem:masterfrom
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,YYargument inprint.I've added this option to the Metakernel
%plotmagic.