[BACK]Return to eg2.plt CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs / latextut

File: [local] / OpenXM_contrib / gnuplot / docs / latextut / Attic / eg2.plt (download)

Revision 1.1.1.1 (vendor branch), Sun Jan 9 17:01:07 2000 UTC (24 years, 5 months ago) by maekawa
Branch: GNUPLOT
CVS Tags: maekawa-ipv6, VERSION_3_7_3, VERSION_3_7_1, VERSION_3_7, RELEASE_20000124, RELEASE_1_2_3, RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX, RELEASE_1_2_2, RELEASE_1_2_1, RELEASE_1_1_3, RELEASE_1_1_2
Changes since 1.1: +0 -0 lines

Import gnuplot 3.7

set terminal latex
set output "eg2.tex"
set size 5/5., 4/3.
set format xy "$%g$"
set title 'This is a plot of $y=sin(x)$'
set xlabel 'This is the $x$ axis'
set ylabel 'This is\\the\\$y$ axis'
plot [0:6.28] [0:1] sin(x)