wikiroute

networking recipes

User Tools

Site Tools


how_to_produce_tikz_plots_for_scientific_publications

This is an old revision of the document!


How to Produce TikZ Plots for Scientific Publications?

Getting nice plots for scientific publications is not optional.

http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833#pcbi.1003833-Tufte1

figure;
x=[1:0.01:10];
plot(x,sin(x));
xlabel('x');
ylabel('sin(x)');
matlab2tikz(sprintf('./output/gt_power_iteration.tex'),'showInfo', false, ...
        'parseStrings',false,'standalone', false, ...
        'height', '\figureheight', 'width','\figurewidth');
how_to_produce_tikz_plots_for_scientific_publications.1453590689.txt.gz · Last modified: 2016/01/24 00:11 by samer