如何去掉 gnuplot 右边的线?
How to get rid of the line on the right in gnuplot?
第一次使用 gnuplot。为什么右边有这条竖线(见图)?或者反过来:我该如何摆脱它?
编辑:似乎在不使用自动缩放时发生。但是因为我不想使用自动缩放,所以问题对我来说仍然是一样的。
编辑 2:我的代码
gnuplot> set yrange [0:4]
gnuplot> set xrange [0:51]
gnuplot> set title "Laufzeiten Main in der Praxis (1. Importer)" font "Times-New-Roman,12"
gnuplot> set ylabel "Dauer in Minuten" font "Times-New-Roman,12"
gnuplot> set xlabel "Durchlauf" font "Times-New-Roman,12"
gnuplot> replot
gnuplot> set pointsize 2
gnuplot> replot
我正在使用带终端的 mac。
事实证明:只需关闭 gnuplot 并再次执行即可解决我的问题。抱歉打扰了。
第一次使用 gnuplot。为什么右边有这条竖线(见图)?或者反过来:我该如何摆脱它?
编辑:似乎在不使用自动缩放时发生。但是因为我不想使用自动缩放,所以问题对我来说仍然是一样的。
编辑 2:我的代码
gnuplot> set yrange [0:4]
gnuplot> set xrange [0:51]
gnuplot> set title "Laufzeiten Main in der Praxis (1. Importer)" font "Times-New-Roman,12"
gnuplot> set ylabel "Dauer in Minuten" font "Times-New-Roman,12"
gnuplot> set xlabel "Durchlauf" font "Times-New-Roman,12"
gnuplot> replot
gnuplot> set pointsize 2
gnuplot> replot
我正在使用带终端的 mac。
事实证明:只需关闭 gnuplot 并再次执行即可解决我的问题。抱歉打扰了。