How to include Gnuplot graphs in word processor?
How to include Gnuplot graphs in word processor?
- Usually, save a plot to a word processor format that gnuplot understands.
- Read the plot from the word processor.
- Vector formats like PostScript, pdf, TEX,LATEX etc. are preferred.
- Vector formats supports scaling the graph later to the correct size.
- Use ‘set term’ to get available file format list.
- It is suggested to check and correct the bounding box of the graphs in ‘eps’ file format.
- Use GSView viewer for previewing the image box.