Hello:
I just installed Version 4.2 of GNUPLOT on Windows 32
(2000 Professional) and attempted to check out PDF
output. The FAQ says it's available, but from GNUPLOT,
it says the PDF terminal is not available. Please
explain how I could get PDF output. Here's my code:
=================================
set angle radian
set grid polar
set grid
set polar
set size square 1.25, 1.25
unset key
set title "CARDIOIDS: $r = a \\pm a\\cos\\theta, \quad
r = a \\pm a\\sin\\theta$"
#set samples 200
set xzeroaxis lt 0 lw 1.000
set yzeroaxis lt 0 lw 1.000
set xtics 1
set ytics 1
set xrange [-5:5]
set yrange [-5:5]
set terminal latex(11)
set output "Polar-Cardioids.tex"
set terminal svg
set output "Polar-Cardioids.svg"
set terminal pdf color
set output "Polar-Cardioids.pdf"
plot [0:4*pi] 2 + 2*cos(t) lt 3 lw 1, 2 + 2*sin(t) lt
29 lw 1
set terminal windows
replot
========================================
Many thanks.
Tonyo Poweigha
____________________________________________________________________________________
TV dinner still cooling?
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/
|