摘要
Generated by Gnuplot.
授權條款
我,本作品的著作權持有者,決定用以下授權條款發佈本作品:
- 您可以自由:
- 分享 – 複製、發佈和傳播本作品
- 重新修改 – 創作演繹作品
- 惟需遵照下列條件:
- 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
- 相同方式分享 – 若要根據本素材進行再混合、轉換或創作,則必須以與原作相同或相容的授權來發布您的作品。
https://creativecommons.org/licenses/by-sa/3.0CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 truetrue
Gnuplot
set term svg size 680,600 enhanced font 'Times,12'
#set term post eps enhanced color font 'Times,12' linewidth 2
set output 'TaylorCosAllSVG.svg'
set multiplot
set cntrparam levels 100
set contour base
set isosamples 60,60
set samples 60,60
set xlabel "x"
set ylabel "y"
set zlabel "z"
set xrange [-2*pi:2*pi]
set yrange [-3:3]
set zrange [-40:30]
unset colorbox
unset key
# Draw the surface
set pm3d
set hidd
set grid layerdefault linetype -1 linecolor rgb "gray" linewidth 0.200, linetype -1 linecolor rgb "gray" linewidth 0.200
set palette defined (-1 "blue", 0 "purple", 1 "red")
i = {0.0,1.0}
splot real(cos(x+i*y))
# Draw the lines
unset cntrparam
unset contour
unset pm3d
unset hidd
set isosamples 20,20
set samples 20,20
splot real(cos(x+i*y)) lt rgb "black"
# Draw the surface
set zrange [-40:30]
set cntrparam levels 100
set contour base
set isosamples 60,60
set samples 60,60
set pm3d
set hidd
set grid layerdefault linetype -1 linecolor rgb "gray" linewidth 0.200, linetype -1 linecolor rgb "gray" linewidth 0.200
set palette defined (-1 "yellow", 0 "orange", 1 "red")
i = {0.0,1.0}
splot real(1-(x+i*y)**2/2! + (x+i*y)**4/4! - (x+i*y)**6/6! +(x+i*y)**8/8!)
# Draw the lines
unset cntrparam
unset contour
unset pm3d
unset hidd
set isosamples 20,20
set samples 20,20
splot real(1-(x+i*y)**2/2! + (x+i*y)**4/4! - (x+i*y)**6/6! +(x+i*y)**8/8!) lt rgb "black"
set view 29,53
unset multiplot
set term x11
set output