This commit is contained in:
NoryiE
2025-02-10 06:00:28 +00:00
parent b0a4a6da9c
commit 71a1fce096
2428 changed files with 0 additions and 1005324 deletions

View File

@@ -1,20 +0,0 @@
set title 'Hello, world' # plot title
set xlabel 'Time' # x-axis label
set ylabel 'Distance' # y-axis label
# labels
set label "boiling point" at 10, 212
# key/legend
set key top right
set key box
set key left bottom
set key bmargin
set key 0.01,100
set nokey # no key
# arrow
set arrow from 1,1 to 5,10
# From https://alvinalexander.com/technology/gnuplot-charts-graphs-examples/