xref
: /
buildroot
/
support
/
testing
/
tests
/
package
/
test_gnuplot
/
rootfs-overlay
/
root
/
gnuplot-test.plot
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set term dumb
2
set output "
gnuplot-test.txt
"
3
set title "Buildroot Test Plot"
4
plot sin(x)
5