You may be using Matlab to create graphics. Some considerations:
.mat
files. .mat
files and plot the data. This means if you ever need to regenerate pictures, you can do it very easily..fig
files of the pictures. Again, it allows fine-tuning. (In fact, you can extract raw data from .fig
files via scripts if you look into it). To save such a file, simply click File > Save-As on the figure window.
Once you have downloaded the export_fig
package, unzip it and move the folder into a unified functions folder on your computer. Refer to the startup.m guide. By doing so, you can issue a command like
export_fig 'test.pdf'
in order to produce a PDF of the currently targetted figure.