Hi,
How would I plot using the pdf term w/o color? I am preparing some graphs for a journal that I previously had in eps format. The journal requires greyscale pdf.
How can I get gnuplot to plot in greyscale using lines and dash lines similar to eps term?
thanks,
david
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
PDF doesn't have a 'mono' option, so you can't do that from inside gnuplot. You could convert EPS files to PDF relatively easily, though. Ghostscript has a script to do that, among others.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
How would I plot using the pdf term w/o color? I am preparing some graphs for a journal that I previously had in eps format. The journal requires greyscale pdf.
How can I get gnuplot to plot in greyscale using lines and dash lines similar to eps term?
thanks,
david
PDF doesn't have a 'mono' option, so you can't do that from inside gnuplot. You could convert EPS files to PDF relatively easily, though. Ghostscript has a script to do that, among others.