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

Empty page generated #17

Open
brona opened this issue Oct 18, 2015 · 2 comments
Open

Empty page generated #17

brona opened this issue Oct 18, 2015 · 2 comments
Labels

Comments

@brona
Copy link

brona commented Oct 18, 2015

Hi,
I am experiencing weird behaviour of PlotPub on Mac OS X 10.10.5, Matlab R2014b. I spent few hours trying to find out what is wrong but had no luck. I was however successful reconstructing observed behaviour with simple as possible example:

  1. Start Matlab -> native print() works OK
figure(1); clf;
plot(1:100);
print('-depsc2', 'test_print1.eps');

test_print1

  1. Use PlotPub (clone from master), empty file is generated :(
plt=Plot(1:100);
plt.export('test_plotPub.eps');

test_plotpub

  1. Once PlotPub had been invoked, print() stopped working properly :(
figure(1); clf;
plot(1:100);
print('-depsc2', 'test_print2.eps');

test_print2

Please see attached screens. Any idea how to fix this? or what am I doing wrong?
Thank you

@brona
Copy link
Author

brona commented Oct 21, 2015

After some more debuging I found Matlab 2014b+ changed a lot (http://www.mathworks.com/help/matlab/release-notes.html#bufcivn-1).

However I am able to generate usable PDF output with following fix f97b98a , EPS is still broken.

@masumhabib
Copy link
Owner

I do not have access to MATLAB 2014b right now. I'll look into it once I have access.

@masumhabib masumhabib added the bug label Nov 16, 2015
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