|
From: Benjamin R. <ben...@ou...> - 2013-09-24 16:12:47
|
On Mon, Sep 23, 2013 at 6:13 PM, Grigoris Maravelias < gr....@gm...> wrote: > Hello to all! > > I have been using Matplotlib to create a series of plots and now the > time to submit the paper has come! But I experience problems now with > the font types of the eps images. The Type-3 fonts are not supported, > and they accept only Type-1. Is there an easy way to do this ?(and of > course not go through the reprocessing of all data to produce again the > same plots). > > best > Grigoris > > A word of advice with regards to your hesitation to redo the graphs. Almost always you will need to do so anyway when reviews come back. Either because one of the reviewers wanted a change in the graph, or some other fault in the process was discovered and needed to be corrected (and so new graphs have to be made anyway). Also, you may be asked to produce the data for others to use some time in the future. One thing I try to do with my projects is to separate the graph production from the data processing. I would have the data processing save the relevant data, and then have separate scripts that would generate graphs from that data. For bonus points, I usually tie everything together with Makefiles so that I don't have to remember the exact set of commands I used when the reviewer comments come back 6 months later. Cheers! Ben Root |