i would like to know if there is some way for customize the point symbols in a plot generated in gnuplot? I want to change the symbols in a plot by numbers, for example, change all '+' symbol by the number '1'.
Every help will be appreciated.
i would like to know if there is some way for customize the point symbols in a plot generated in gnuplot? I want to change the symbols in a plot by numbers, for example, change all '+' symbol by the number '1'.
Every help will be appreciated.
Yes, just use pt '1' as long as you are plotting with points. For example, try:
plot sin(x) with points pt '1'