Plotting in Gnuplot:
For example, if you try to set both the data type and errors in one command, a conflict arises with the arguments, that is:
plot "test.csv" using 1:2:3 with points pointtype 5 with yerrorbars
The error message is as follows: duplicate or conflicting arguments in the plot parameters.
Any suggestions on this?
user4587874
source
share