I am using splot to give me a 2-D contour plot of data points using set view 0,0.
The plot is fine.
But the "y axis" labels for the tic marks are positioned on the RIGHT-HAND SIDE of the square contour plot! The "x-axis" labels for the tic marks are positioned ok.
How do I get the "y axis" labels for the tic marks to be on the LEFT HAND SIDE where they usually are?
Please help with this.
Regards,
Angelo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
The following problem is driving me crazy.
I am using splot to give me a 2-D contour plot of data points using set view 0,0.
The plot is fine.
But the "y axis" labels for the tic marks are positioned on the RIGHT-HAND SIDE of the square contour plot! The "x-axis" labels for the tic marks are positioned ok.
How do I get the "y axis" labels for the tic marks to be on the LEFT HAND SIDE where they usually are?
Please help with this.
Regards,
Angelo
This has driven other people crazy, too, so they did something about it. Et voila:
set view map
If your gnuplot doesn't have it, upgrade to 4.0.
Dear Hans-Bernhard Broeker:
Thank you. That did it.
Regards,
Angelo