Borrar filtros
Borrar filtros

Plotting quality issue. Fonts not recognised by third parties

2 visualizaciones (últimos 30 días)
George
George el 15 de En. de 2017
Comentada: Nikhil Sreekumar el 18 de En. de 2017
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 comentario
Nikhil Sreekumar
Nikhil Sreekumar el 18 de En. de 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

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by