Generally I like the look of gnuplot plots. However I have to prepare a plot for a group of people who have only ever seen old style/traditional x-y coordinate systems with x=0 and y=0 axes. In order not to confuse them, I would stick to their preferred style.
How do I achieve this in gnuplot?
I found set xzeroaxis which gives me the x-axis. (similar for the y-axis). Still I need to:
- get rid of the frame
- put the tic labels/numbers on the x/y-axis
- have an arrowhead at the end of the axis
How can I achieve this?
