m
Update syntaxhighlight tags - remove use of deprecated <source> tags
m Update syntaxhighlight tags - remove use of deprecated <source> tags |
|||
Linia 25:
[[Bash#Skrypty|Skrypt powłoki Bash]]:
<
#!/usr/bin/gnuplot
reset
Linia 31:
set output "test.svg"
test
</syntaxhighlight>
Kroki:
Linia 47:
Prykład:
<
reset
set terminal svg enhanced background rgb 'white'
set output "test.svg"
test
</syntaxhighlight>
Linia 208:
Przykładowy wynik
<
tic format is:
x-axis: "% h"
Linia 217:
cb-axis: "% h"
r-axis: "% h"
</syntaxhighlight>
Linia 305:
oraz 2 kolumny liczb rozdzielone spacjami.
<
#include <stdio.h>
#include <stdlib.h>
Linia 340:
return 0;
}
</syntaxhighlight>
Zawartość pliku wygląda następująco:
Linia 400:
<
gnuplot << EOF
set terminal gif
Linia 412:
e
EOF
</syntaxhighlight>
lub:
<
gnuplot -p <(echo -e 'plot "-"\n1 1\ne')
</syntaxhighlight>
=Dopasowanie danych do krzywej=
Linia 460:
=Mysz=
<
/*
http://www.gnuplot.info/files/gpReadMouseTest.c
Linia 567:
/* eof gpReadMouseTest.c */
</syntaxhighlight>
=Problemy=
Linia 590:
Sprawdzamy w kodzie:
<
grep -nR --include *.c "bad data"
src/stats.c:867: - using n:m = return two columns, skipping lines w/ bad data
Linia 596:
src/fit.c:1964: Eex2("bad data on line %d of datafile", df_line_number);
src/axis.c:302: * but even apart from that autoscaling bad data could cause a fault.
</syntaxhighlight>
==invalid character==
|