フィルターのクリア

Plotting quality issue. Fonts not recognised by third parties

2 ビュー (過去 30 日間)
George
George 2017 年 1 月 15 日
コメント済み: Nikhil Sreekumar 2017 年 1 月 18 日
I'm submitting a research manuscript to the journal PLoS One. The Matlab figures submitted do not get accepted (see attached report. PLoS requires the figures to be submitted in eps or tiff formats at 300-600dpi using Arial or Times fonts.
Below is an example of my plot script.
set(0,'defaultAxesFontName', 'Arial') set(0,'defaultTextFontName', 'Arial')
subplot(2,2,1) A = Frame; time = A/100; d1b = rmsd/10; d2b = rmsd1/10; plot(time,d1b) title('AgamOBP1-DEET complex') axis([0 100 0 0.5]) xlabel('Time/ns') ylabel('RMSD (nm)') hold plot(time,d2b,':') legend('chainA','chainB'), etc.
The submitted figure was not accepted.
I've also tried the following alternative. In Matlab plot, File/Export, I set up the resolution to 300dpi and changed the Font to Arial. I applied the changed setting to the plot and then hit the OK button. I then saved the image in eps and tiff formats. Unfortunately, this did not resolve the problem.
Any advice would be greatly appreciated.
  1 件のコメント
Nikhil Sreekumar
Nikhil Sreekumar 2017 年 1 月 18 日
Hi George,
Can you check the below link by PLoS:
In this under Text Within Figures section, they advise to use Inkscape or Illustrator for post-process of figures created from MATLAB.
Thanks
Nikhil

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangePrinting and Saving についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by