When I show a 3D view with set pm3d my X axis runs left to right and y axis bottom to top. When I switch to 2D with set pm3d map the X axis gets inverted as if the 2D view is from underneath instead of from above. I can't change it with set xrange, all I can do is make the colour key swap sides.
set view 0,0,1,1 on the other hand shows what I want but the Z axis key is all on top of itself.
Is this a bug or am I doing something wrong?
[shrug] set view map has always worked like that.
You can reposition the color key using "set colorbox", and turn off the ztics using "unset ztics"
Thanks for the ztics tip, with that I can get what I need without using map.
I don't understant why the set view map has always reversed the X axis and a Google image search of "gnuplot set view map" shows lots of images with the axes the right way round. Why would anybody want X to decrease left to right?