Search found 3 matches
- Sun Aug 20, 2017 1:10 pm
- Forum: Graphics, Figures & Tables
- Topic: Single plot missing after eps-to-pdf conversion
- Replies: 4
- Views: 4601
Single plot missing after eps-to-pdf conversion
I will definitely look into that for later research documents. Great tip, thank you.
- Fri Aug 18, 2017 10:58 am
- Forum: Graphics, Figures & Tables
- Topic: Single plot missing after eps-to-pdf conversion
- Replies: 4
- Views: 4601
Single plot missing after eps-to-pdf conversion
Thanks for exploring that for me. I forgot to mention my setup. It's Windows 7 with MiKTeX. Maybe there's a bug there.
Not sure if it's possible to use a different Ghostscript conversion tool. I will just add an invisible data point to each plot to hotfix the problem as I'm racing to complete my ...
Not sure if it's possible to use a different Ghostscript conversion tool. I will just add an invisible data point to each plot to hotfix the problem as I'm racing to complete my ...
- Thu Aug 17, 2017 10:24 pm
- Forum: Graphics, Figures & Tables
- Topic: Single plot missing after eps-to-pdf conversion
- Replies: 4
- Views: 4601
Single plot missing after eps-to-pdf conversion
Hello,
I'm creating an EPS-file from a Matlab figure by using the equivalent of the following Matlab code:
fig = figure;
subplot(2,1,1)
plot(X_data_1, Y_data_1)
grid on
ylabel('label')
title('title')
subplot(2,1,2)
plot(X_data_2,Y_data_2)
grid on
ylabel('label')
xlabel('label')
print(fig, 'fig ...
I'm creating an EPS-file from a Matlab figure by using the equivalent of the following Matlab code:
fig = figure;
subplot(2,1,1)
plot(X_data_1, Y_data_1)
grid on
ylabel('label')
title('title')
subplot(2,1,2)
plot(X_data_2,Y_data_2)
grid on
ylabel('label')
xlabel('label')
print(fig, 'fig ...