|
From: Dietmar W. <die...@ar...> - 2007-08-09 18:55:57
|
Hello Ethan,
in working out an smith chart example the latest cvs version 4.3 doesn't
work with following script:
-----------------------------------------
complex(x,y) = x*{1,0}+y*{0,1}
conformal(z) = (z-1)/(z+1)
set parametric
a = 0
plot real(conformal(complex(a,t),10)), imag(conformal(complex(a,t),10)) lt 1
-----------------------------------------
G N U P L O T
Version 4.3 patchlevel 0
last modified June 2007
System: MS-Windows 32 bit
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and help requests to
<gnu...@li...>
Send bug reports and suggestions to
<gnu...@li...>
Terminal type set to 'windows'
gnuplot> help
gnuplot> load 'C:\Programme\Gnuplot4.1\sg.plt'
"C:\Programme\Gnuplot4.1\sg.plt", line 7: function conformal
requires 1
variable
Version 4.1 works fine with this. I have looked in the help if something
has changed in functions - but can't find anything!
Regards
Dietmar
|