# Author: Ika
# Date: 08/14/2014
# Note that Inkscape was applied to address the display problem of the Greek letters.
set term svg size 800,600 enhanced font 'Arial, 28'
set output 'qexp.svg'
set xrange [0:4]
set yrange [0:1.5]
set xtics 1
set ytics 0.5
set xzeroaxis lt -1 lc rgb "black" lw 1
set yzeroaxis lt -1 lc rgb "black" lw 1
#unset label
set multiplot
# Draw the q-exp functions
set key default
set line style 1 lt 2 lc rgb "gray" lw 1
plot (2-0.5)*1*((1+(1-0.5)*(-x))**(1/(1-0.5)))*((x<2)?1:0) t "q=0.5, {/Symbol l}=1" lc rgb "red" lw 5,\
(2-1)*1*exp(-x) t "q=1.0, {/Symbol l}=1" lc rgb "black" lw 5,\
(2-1.5)*1*((1+(1-1.5)*(-x))**(1/(1-1.5))) t "q=1.5, {/Symbol l}=1" lc rgb "blue" lw 5,\
(2-1.5)*2*((1+(1-1.5)*(-2*x))**(1/(1-1.5))) t "q=1.5, {/Symbol l}=2" lc rgb "green" lw 5
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.