Skip to content

Instantly share code, notes, and snippets.

@jico-rinho
jico-rinho / script.plt
Created July 26, 2019 15:26
[gnuplot] 3-axis graph script
#for gnuplot
#http://www.gnuplot.info/
#"data.dat"はグラフデータ
reset
#latexで出力
set terminal tikz
set output "graph.tex"