wikiroute

networking recipes

User Tools

Site Tools


how_to_produce_tikz_plots_for_scientific_publications

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
how_to_produce_tikz_plots_for_scientific_publications [2016/01/23 23:45] – created samerhow_to_produce_tikz_plots_for_scientific_publications [2016/01/24 00:11] samer
Line 1: Line 1:
 ====== How to Produce TikZ Plots for Scientific Publications? ====== ====== 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
 +
 +<code matlab>
 +figure;
 +x=[1:0.01:10];
 +plot(x,sin(x));
 +xlabel('x');
 +ylabel('sin(x)');
 +</code>
 +        
 +<code matlab>
 +matlab2tikz(sprintf('./output/gt_power_iteration.tex'),'showInfo', false, ...
 +        'parseStrings',false,'standalone', false, ...
 +        'height', '\figureheight', 'width','\figurewidth');
 +</code>
how_to_produce_tikz_plots_for_scientific_publications.txt · Last modified: 2016/01/24 00:17 by samer