# set terminal canvas rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "stats_1" jsdir "." # set output 'stats.1.js' set key fixed left top vertical Left noreverse enhanced autotitle nobox set label 1 "min" at 7.00000, graph 0.1, 0 center norotate back nopoint offset character 0, -1, 0 set label 2 "max" at 9.00000, graph 0.9, 0 center norotate back nopoint offset character 0, 1, 0 set arrow 1 from 7.00000, graph 0.1, 0 to 7.00000, 2.20087, 0.00000 head back filled linewidth 1.000 dashtype solid set arrow 2 from 9.00000, graph 0.9, 0 to 9.00000, 3.13972, 0.00000 head back filled linewidth 1.000 dashtype solid set offsets 0, 0, 0.5, 0.5 set style data lines set title "Use of stats command to find min/max/mean before plotting\nOne data column" set autoscale rfixmin set autoscale rfixmax set autoscale tfixmin set autoscale tfixmax set autoscale ufixmin set autoscale ufixmax set autoscale vfixmin set autoscale vfixmax set autoscale xfixmin set autoscale xfixmax set autoscale x2fixmin set autoscale x2fixmax set autoscale yfixmin set autoscale yfixmax set autoscale y2fixmin set autoscale y2fixmax set autoscale zfixmin set autoscale zfixmax set autoscale cbfixmin set autoscale cbfixmax A_records = 20 A_invalid = 0 A_headers = 0 A_blank = 1 A_blocks = 1 A_outofrange = 0 A_columns = 11 A_mean = 2.54077965 A_stddev = 0.222745079388137 A_ssd = 0.228531629485718 A_skewness = 0.978323019217487 A_kurtosis = 3.60561959806089 A_adev = 0.178523515 A_mean_err = 0.0498073139165462 A_stddev_err = 0.0352190894230769 A_skewness_err = 0.547722557505166 A_kurtosis_err = 1.09544511501033 A_sum = 50.815593 A_sumsq = 130.103532004915 A_min = 2.20087 A_max = 3.139718 A_median = 2.4609945 A_lo_quartile = 2.3865975 A_up_quartile = 2.6562155 A_index_min = 7 A_index_max = 9 x = 0.0 ## Last datafile plotted: "orbital_elements.dat" plot 'orbital_elements.dat' index 1 using 0:2 title " Data" lw 2, A_mean title " Mean"