Azzera filtri
Azzera filtri

Plotting quality issue. Fonts not recognised by third parties

2 visualizzazioni (ultimi 30 giorni)
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 Commento
Nikhil Sreekumar
Nikhil Sreekumar il 18 Gen 2017
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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Printing and Saving in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by