Hi everyone,
Yesterday I published a message when I still was a non-member asking about a
way of get the same functionality in Matplotlib as with gnuplot epslatex
terminal. After some exhaustive research, I found in the Cookbook (
http://www.scipy.org/Cookbook/Matplotlib/LaTeX_Examples#head-b25532
Hello everyone. I am used to plot data with gnuplot, so I can easily
put the figures in a LaTeX document, using the epslatex terminal. For
example:
file = "data.dat"
set terminal epslatex
set output "figure1.tex"
plot file
http://gnuplot-tricks.blogspot.com/2009/05/gnuplot-trick