[Eeglablist] ERP plots

Arnaud Delorme arno at ucsd.edu
Sat Mar 10 14:26:03 PST 2012


For ERP analysis, you may also use EEGLAB STUDY and ERPLAB. Using either tools, you can define complex experimental designs and perform statistics.

You are doing the right things about editing figures though. We use Adobe Illustrator as well. Fine tuning figures with Matlab is not a good idea. A few hints: always convert the figure using the 'painter' option "set(gcf, 'renderer', 'painter')" before saving it, otherwise, for your complex figures, they will be saved as bitmap in the postscript file. If you have transparency in your figures, do not use the painter option above (it is not compatible with transparency). Instead, save them using the plot2svg Matlab tool below. You can open SVG graphics in Illustrator and it will preserve vector graphics. With a minor tweak to the function, you can even export most 3-D Matlab graphics as 2-D vectorized files.

http://www.mathworks.com/matlabcentral/fileexchange/7401

Best regards,

Arno

On Mar 7, 2012, at 5:10 AM, Joseph Dien wrote:

> You might try my EP Toolkit, at least as a starting point for your own code.
> 
> http://sourceforge.net/projects/erppcatoolkit/
> 
> <PastedGraphic-1.png>
> 
> Cheers!
> 
> Joe
> 
> On Mar 6, 2012, at 11:19 AM, Budd, Mary-Jane wrote:
> 
>> Dear List,
>> I have been using the plotting function in EEGLAB to plot ERPs (sum/compare
>> ERPs). This is fine for looking at the ERPs but I would like to prepare some
>> plots for publication and was wondering if anyone would be able to give me
>> some advice or MATLAB code to produce a more professional plot. I have been
>> saving the plots as .eps files and transferring them into Adobe Illustrator.
>> I feel that with a little knowledge/help I could produce good quality plots
>> in MATLAB.
>> 
>> Any help would be appreciated,
>> Mary-Jane
>> 
>> 
>> Dr Mary-Jane Budd
>> Senior Research Officer
>> Department of Psychology
>> University of Essex
>> Wivenhoe Park
>> Colchester CO4 3SQ
>> UK
>> 
>> Room 4.726
>> 
>> 
>> _______________________________________________
>> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
>> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
>> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu
> 
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu





More information about the eeglablist mailing list