This commit is contained in:
2024-12-23 07:42:39 +01:00
commit 3092484fdc
61 changed files with 14768 additions and 0 deletions

18
gnuplot08a.gp Normal file
View File

@@ -0,0 +1,18 @@
set terminal png
set output "gnuplot08a.png"
unset border
set nogrid
set samples 100000
set lmargin at screen 0
set rmargin at screen 1
set bmargin at screen 0
set tmargin at screen 1
set yrange [-1:6]
set xrange [-1:20]
set size 5/5.
set key center top reverse Left
set xzeroaxis
set yzeroaxis
set xtics axis out scale 0.5
set ytics axis
plot(sin(x)**(1/log(x))) lt rgb "#CBAAC0" lw 2 notitle