diff -up gnuplot-5.4.3/demo/circles.dem.nolena gnuplot-5.4.3/demo/circles.dem --- gnuplot-5.4.3/demo/circles.dem.nolena 2020-10-13 15:14:48.000000000 -0600 +++ gnuplot-5.4.3/demo/circles.dem 2022-01-07 20:46:33.978684483 -0700 @@ -66,22 +66,6 @@ pause -1 "Hit return to continue" reset set size ratio -1 -set title "Lena's key points" -unset xlabel -unset xtics -unset ytics -unset key -unset border -set yrange [] reverse - -plot 'lena.rgb' binary array=(128,128) dx=4 dy=4 format='%uchar' with rgbimage, \ - 'lena-keypoints.bin' binary format='%double' with circles lc rgb "yellow" - -pause -1 "Hit return to continue" - - -reset -set size ratio -1 set title "Delaunay triangulation of Hemisphere points, some empty circles in red" unset key diff -up gnuplot-5.4.3/demo/Makefile.am.nolena gnuplot-5.4.3/demo/Makefile.am --- gnuplot-5.4.3/demo/Makefile.am.nolena 2022-01-02 19:19:33.000000000 -0700 +++ gnuplot-5.4.3/demo/Makefile.am 2022-01-07 20:47:13.536024223 -0700 @@ -68,7 +68,7 @@ epslatex: dvips epslatex ##m4-files-begin -EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin sine.bin \ +EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin \ using.bin gnuplot.cfg world.cor 1.dat 2.dat 3.dat arrowstyle.dat \ asciimat.dat battery.dat big_peak.dat candlesticks.dat cities.dat \ clip14in.dat ctg-y2.dat delaunay-edges.dat dodecahedron.dat ellipses.dat \ @@ -116,7 +116,7 @@ utf8.dem varcolor.dem vector.dem violinp vplot.dem walls.dem week_date.dem world2.dem world.dem zerror.dem \ demo.edf density.fnc hexa.fnc line.fnc reflect.fnc gen-random.inc stat.inc \ GM1_sugar.pdb aries.png bldg.png gradient.png icon64x64.png GM1_bonds.r3d \ -blutux.rgb lena.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \ +blutux.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \ random-points gpdemos.tcl html ##m4-files-end diff -up gnuplot-5.4.3/demo/Makefile.in.nolena gnuplot-5.4.3/demo/Makefile.in --- gnuplot-5.4.3/demo/Makefile.in.nolena 2022-01-02 19:19:34.000000000 -0700 +++ gnuplot-5.4.3/demo/Makefile.in 2022-01-07 20:47:34.991208498 -0700 @@ -340,7 +340,7 @@ SUBDIRS = $(PLUGIN_DIR) DIST_SUBDIRS = plugin DEMO = all.dem GNUPLOT = gnuplot -EXTRA_DIST = Makefile.am.in lena-keypoints.bin scatter2.bin sine.bin \ +EXTRA_DIST = Makefile.am.in scatter2.bin sine.bin \ using.bin gnuplot.cfg world.cor 1.dat 2.dat 3.dat arrowstyle.dat \ asciimat.dat battery.dat big_peak.dat candlesticks.dat cities.dat \ clip14in.dat ctg-y2.dat delaunay-edges.dat dodecahedron.dat ellipses.dat \ @@ -388,7 +388,7 @@ utf8.dem varcolor.dem vector.dem violinp vplot.dem walls.dem week_date.dem world2.dem world.dem zerror.dem \ demo.edf density.fnc hexa.fnc line.fnc reflect.fnc gen-random.inc stat.inc \ GM1_sugar.pdb aries.png bldg.png gradient.png icon64x64.png GM1_bonds.r3d \ -blutux.rgb lena.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \ +blutux.rgb sound.par sound2.par start.par gnuplot.rot gnu-valley \ random-points gpdemos.tcl html @BUILD_PLUGIN_TRUE@PLUGIN_DIR = plugin diff -up gnuplot-5.4.3/demo/rgbalpha.dem.nolena gnuplot-5.4.3/demo/rgbalpha.dem --- gnuplot-5.4.3/demo/rgbalpha.dem.nolena 2017-12-22 10:32:30.000000000 -0700 +++ gnuplot-5.4.3/demo/rgbalpha.dem 2022-01-07 20:46:33.979684492 -0700 @@ -18,8 +18,8 @@ set yrange [ 0. : 128. ] # Alpha = linear gradient on x plot 100.*(.4+sin(x/5.)/(x/5.)) lw 5 title 'solid line', \ - 'lena.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(2.*column(0)) \ - with rgbalpha title "Lena with linear\nalpha gradient" + 'blutux.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(2.*column(0)) \ + with rgbalpha title "Tux with linear\nalpha gradient" pause -1 "Hit return to continue" @@ -28,8 +28,8 @@ pause -1 "Hit return to continue" focus(x,y) = ((column(0)-x)**2 + (column(-1)-(127-y))**2) > 400 ? 0 : 255 plot 100.*(.4+sin(x/5.)/(x/5.)) lw 5 title 'solid line', \ - 'lena.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(focus(70,50)) \ - with rgbalpha title "Lena with circular mask" + 'blutux.rgb' binary array=(128,128) format="%uchar" flipy using 1:2:3:(focus(70,50)) \ + with rgbalpha title "Tux with circular mask" pause -1 "Hit return to continue" reset