Welcome to Fer programes, a blog created with the intention to help us and other programmers in the developing of IT applications. It includes some commands used previously to solve specific problems, links to interesting web pages and general explanations about informatic topics. You are free to collaborate with comments when you consider it is oportune.
Monday, January 17, 2011
Very important commands in Gnuplot
Plot two or more plots in the same window:
set multiplot
Plots with lines:
plot "file.dat" w l
Plot with yerrorbars. The third column of the input data is the lenght of the errorbar:
No comments:
Post a Comment