set terminal latex
set output "eg1.tex"
plot [-3.14:3.14] sin(x)
Note that GNUPLOT has drawn in the axes, labeled the tic marks for us,
scaled the axis automatically, and added a key in the
upper-right-hand corner (this may be moved with the set key
command, and removed with set nokey).
This is the default line style for the driver. Because of the
limited picture capabilities of
, many dots are required to
approximate drawing a solid line. This may overload the memory of many
implementations. There are other line types available that draw
dotted lines and use much less memory. The EEPIC driver draws solid
lines with much less memory usage.