This plot uses embedded text that can be easily translated using a text editor.
Instructions
Generated with the following gnuplot script, manually colour-matched with the previous chart here for consistency.
setterminalsvgsize16001200fname"Times New Roman"fsize48setoutput"taylorsine.svg"setxzeroaxislt0lw4setyzeroaxislt0lw4unsetbordersetkeyboxsetsamples200setbmargin0setlmargin0setrmargin0settmargin0setxticsaxis("-2π"-2*pi,"-π"-pi,"π"pi,"2π"2*pi)setmxtics2setyticsaxis(""-5,""-4,""-3,""-2,""-1,""1,""2,""3,""4,""5)setmytics20setxrange[-3*pi:3*pi]setyrange[-5:5]f(x)=x-(x**3/3!)plotsin(x)lt10lw4,f(x)lt12lw4
Lisensiering:
Public domainPublic domainfalsefalse
Dette verket er vorte frigjeve til ålmenta av opphavspersonen, Ktims. Dette gjeld over heile verda. I somme landa er dette kan henda ikkje rettsleg mogeleg. I det fall: Ktims gjev kven som helst rettane til å nytta dette verket for kva som helst føremål og utan vilkår, minder vilkår er kravde etter lova.
== Summary == The sine function and its 7th-degree Taylor polynomial, <math>f(x) = x - \frac{x^3}{3!} + \frac{x^5}{5!} - \frac{x^7}{7!}</math> Made by english wikipedia user Ktims == Instructions == Generated with the followin