# To generate the last frame of derivative curve.
# Author: Ika, 2013/9/6
set term pngcairo size 800,600 enhanced font 'Times,12'
set output 'derv05.png'
set multiplot
set xrange [-1:5]
set yrange [-1:25]
set label " x -> 0" at 1,20 font "Times,64"
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
# Draw the quadratic function
set key off
plot x*x lc rgb "blue" lw 3
x=1
k=x+1
plot k*(x-1)+1 lc rgb "red" lw 2
plot 2x lc rgb "yellow" lw 3
unset multiplot
set term x11
set output
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.