Often, I like to plot multiple versions of some results. For example, I run some simulations for multiple parameters, or test a bunch of different methods. Although it is of course no problem to create different plots for the different results automatically, using for example matplotlib
, I usually resort to pgfplots
for the final figures. It produces very high quality plots that you can control very well, especially because it uses TikZ
in the background. But automating it can sometimes be a bit difficult. Continue reading Plot multiple files using pgfplots