Hi,
When I have a set of points, one of which is outside of the yrange or
xrange, and I plot them all with linespoints, the line that connects
the last plotted point to the point outside of the field can be
significantly
wrong. It is as if the outside point is not in the same co-ordinate system.
E.g. plot script------------------
set term qt enhanced font "arial,16"
set key noenhanced
set colors default
set grid
set logscale xy
set xlabel "2Nf, Reversals to Failure"
set ylabel "Strain Ampl."
set yrange [0.0001:1]
set xrange [1:1E+08]
set pointsize 2
plot \
"merged3_SAE950X_fitted.html" u 2:1 w lp pt 4 lc -1
#E.g. ------------------example data file -------------------
1.01 1 751 0 1.006 203000 12409 #Fitted_point monotonic
0.01914 640 421.6 0 0.01707 203000 1280 #Fitted_point manually
0.00968 2300 393.6 0 0.00774 203000 879 #Fitted_point manually
0.00739 4000 382.1 0 0.00551 203000 757 #Fitted_point manually
0.00532 8000 367.4 0 0.00351 203000 630 #Fitted_point manually
0.00424 15000 356.6 0 0.00249 203000 554 #Fitted_point manually
0.00346 24000 346 0 0.00176 203000 493 #Fitted_point manually
0.00273 50000 332.1 0 0.0011 203000 429 #Fitted_point manually
0.00234 80000 321.5 0 0.00076 203000 391 #Fitted_point manually
0.00204 164000 310.8 0 0.00051 203000 359 #Fitted_point manually
0.00175 400000 296.1 0 0.00029 203000 324 #Fitted_point manually
0.00158 1000000 284.3 0 0.00018 203000 302 #Fitted_point manually
0.00145 2400000 271.9 0 0.00011 203000 283 #Fitted_point manually
0.00131 15000000 254.6 0 0.00005 203000 260 #Fitted_point manually
0.00131 20000000 254.6 0 0.00005 203000 260 #Fitted_point manually
Example plot is attached
gnuplot version is
Version 5.2 patchlevel 2 last modified 2017-11-15
Running opensuse 15.1
best regards,
Al
|