#!/gnuplot # # # G N U P L O T # Version 5.0 patchlevel 4 last modified 2016-07-21 # # Copyright (C) 1986-1993, 1998, 2004, 2007-2016 # Thomas Williams, Colin Kelley and many others # # gnuplot home: http://www.gnuplot.info # faq, bugs, etc: type "help FAQ" # immediate help: type "help" (plot window: hit 'h') # set terminal wxt 0 enhanced # set output unset clip points set clip one unset clip two set bar 1.000000 front set border 31 front lt black linewidth 1.000 dashtype solid set zdata set ydata set xdata set y2data set x2data set boxwidth set style fill empty border set style rectangle back fc bgnd fillstyle solid 1.00 border lt -1 set style circle radius graph 0.02, first 0.00000, 0.00000 set style ellipse size graph 0.05, 0.03, first 0.00000 angle 0 units xy set dummy x, y set format x "% h" set format y "% h" set format x2 "% h" set format y2 "%+g" set format z "% h" set format cb "% h" set format r "% h" set timefmt "%d/%m/%y,%H:%M" set angles radians set tics back set grid nopolar set grid xtics mxtics noytics nomytics noztics nomztics \ nox2tics nomx2tics y2tics my2tics nocbtics nomcbtics set grid layerdefault lt 0 linewidth 1.000 dashtype solid, lt 0 linewidth 1.000 dashtype solid set raxis set style parallel front lt black linewidth 2.000 dashtype solid set key title "" center set key tmargin right vertical Right noreverse enhanced autotitle nobox set key noinvert samplen 4 spacing 1 width 0 height 0 set key maxcolumns 0 maxrows 0 set key noopaque unset label unset arrow set style increment default unset style line unset style arrow set style histogram clustered gap 2 title textcolor lt -1 unset object set style textbox transparent margins 1.0, 1.0 border unset logscale set offsets 0, 0, 0, 0 set pointsize 1 set pointintervalbox 1 set encoding default unset polar unset parametric unset decimalsign set view 60, 30, 1, 1 set samples 100, 100 set isosamples 10, 10 set surface unset contour set cntrlabel format '%8.3g' font '' start 5 interval 20 set mapping cartesian set datafile separator whitespace unset hidden3d set cntrparam order 4 set cntrparam linear set cntrparam levels auto 5 set cntrparam points 5 set size ratio 0 1,1 set origin 0,0 set style data points set style function lines unset xzeroaxis unset yzeroaxis unset zzeroaxis unset x2zeroaxis unset y2zeroaxis set xyplane relative 0.5 set tics scale 1, 0.5, 1, 1, 1 set mxtics set mytics set mztics default set mx2tics default set my2tics set mcbtics default set mrtics default set xtics border out scale 1,0.5 mirror norotate autojustify set xtics norangelimit autofreq set ytics border out scale 1,0.5 nomirror norotate autojustify set ytics norangelimit 0.5 set ztics border out scale 1,0.5 nomirror norotate autojustify set ztics norangelimit autofreq unset x2tics set y2tics border out scale 1,0.5 nomirror norotate autojustify set y2tics norangelimit set y2tics ("-Infinity" -1.00000e+018, -100000., -10000.0, "" -9000.00 1, "" -8000.00 1, "" -7000.00 1, "" -6000.00 1, "" -5000.00 1, "" -4000.00 1, "" -3000.00 1, -2000.00, -1000.00, "" -900.000 1, "" -800.000 1, "" -700.000 1, "" -600.000 1, -500.000, "" -400.000 1, "" -300.000 1, -200.000, "" -100.000 1, "0" 0.00000, "" 100.000 1, 200.000, "" 300.000 1, "" 400.000 1, 500.000, "" 600.000 1, "" 700.000 1, "" 800.000 1, "" 900.000 1, 1000.00, 2000.00, "" 3000.00 1, "" 4000.00 1, "" 5000.00 1, "" 6000.00 1, "" 7000.00 1, "" 8000.00 1, "" 9000.00 1, 10000.0, 100000., "+Infinity" 1.00000e+018) set cbtics border out scale 1,0.5 mirror norotate autojustify set cbtics norangelimit autofreq set rtics axis out scale 1,0.5 nomirror norotate autojustify set rtics norangelimit autofreq set paxis 1 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 1 tics rangelimit autofreq set paxis 2 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 2 tics rangelimit autofreq set paxis 3 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 3 tics rangelimit autofreq set paxis 4 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 4 tics rangelimit autofreq set paxis 5 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 5 tics rangelimit autofreq set paxis 6 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 6 tics rangelimit autofreq set paxis 7 tics border out scale 1,0.5 nomirror norotate autojustify set paxis 7 tics rangelimit autofreq set title "" set title font "" norotate set timestamp bottom set timestamp "" set timestamp font "" norotate set rrange [ * : * ] noreverse nowriteback set trange [ * : * ] noreverse nowriteback set urange [ * : * ] noreverse nowriteback set vrange [ * : * ] noreverse nowriteback set xlabel "" set xlabel font "" textcolor lt -1 norotate set x2label "" set x2label font "" textcolor lt -1 norotate set xrange [ -1000.00 : 10000.0 ] noreverse nowriteback set x2range [ * : * ] noreverse nowriteback set ylabel "balance rate" set ylabel font "" textcolor lt -1 rotate by -270 set y2label "evaluation value" set y2label font "" textcolor lt -1 rotate by -270 set yrange [ -1.00000 : 1.00000 ] noreverse nowriteback set link y2 via tan(sin(y*pi/2)*pi/2)*4800/pi**2 inverse asin(atan(y*pi**2/4800)*2/pi)*2/pi set y2range [ -7.94256e+018 : 7.94256e+018 ] noreverse nowriteback set zlabel "" set zlabel font "" textcolor lt -1 norotate set zrange [ * : * ] noreverse nowriteback set cblabel "" set cblabel font "" textcolor lt -1 rotate by -270 set cbrange [ * : * ] noreverse nowriteback set paxis 1 range [ * : * ] noreverse nowriteback set paxis 2 range [ * : * ] noreverse nowriteback set paxis 3 range [ * : * ] noreverse nowriteback set paxis 4 range [ * : * ] noreverse nowriteback set paxis 5 range [ * : * ] noreverse nowriteback set paxis 6 range [ * : * ] noreverse nowriteback set paxis 7 range [ * : * ] noreverse nowriteback set zero 1e-008 set lmargin -1 set bmargin -1 set rmargin -1 set tmargin -1 set locale "Japanese_Japan.932" set pm3d explicit at s set pm3d scansautomatic set pm3d interpolate 1,1 flush begin noftriangles noborder corners2color mean set palette positive nops_allcF maxcolors 0 gamma 1.5 color model RGB set palette rgbformulae 7, 5, 15 set colorbox default set colorbox vertical origin screen 0.9, 0.2, 0 size screen 0.05, 0.6, 0 front bdefault set style boxplot candles range 1.50 outliers pt 7 separation 1 labels auto unsorted set loadpath set fontpath set psdir set fit brief errorvariables nocovariancevariables errorscaling prescale nowrap v5 f0(x)=tanh(x/1200) f1(x)=atan(x*pi/2400)*2/pi f2(x)=asin(atan(x*pi**2/4800)*2/pi)*2/pi f3(x)=asin(asin(atan(x*pi**3/9600)*2/pi)*2/pi)*2/pi g0(x)=atanh(x)*1200 g1(x)=tan(y*pi/2)*2400/pi g2(x)=tan(sin(y*pi/2)*pi/2)*4800/pi**2 g3(x)=tan(sin(sin(y*pi/2)*pi/2)*pi/2)*9600/pi**3 GNUTERM = "wxt" GPFUN_f0 = "f0(x)=tanh(x/1200)" GPFUN_f1 = "f1(x)=atan(x*pi/2400)*2/pi" GPFUN_f2 = "f2(x)=asin(atan(x*pi**2/4800)*2/pi)*2/pi" GPFUN_f3 = "f3(x)=asin(asin(atan(x*pi**3/9600)*2/pi)*2/pi)*2/pi" GPFUN_g0 = "g0(x)=atanh(x)*1200" GPFUN_g1 = "g1(x)=tan(y*pi/2)*2400/pi" GPFUN_g2 = "g2(x)=tan(sin(y*pi/2)*pi/2)*4800/pi**2" GPFUN_g3 = "g3(x)=tan(sin(sin(y*pi/2)*pi/2)*pi/2)*9600/pi**3" plot tanh(x/1200),atan(x*pi/2400)*2/pi,asin(atan(x*pi**2/4800)*2/pi)*2/pi,asin(asin(atan(x*pi**3/9600)*2/pi)*2/pi)*2/pi # EOF