gnuplot: why is linewidth 0 not zero in width?
问题 What is the reason that lw 0 doesn't have zero linewidth, i.e. invisible? What I find in the gnuplot manual: The line width and point size are multipliers for the current terminal's default width ... Ok, if lw 0 is a multiplier then the resulting linewidth should be zero independent of the terminal's default linewidth. The reason for asking is to eventually have the possibility to use with linespoints and programmatically switch within a loop between with lines and with points . Code: ###