Hi Ben,
> I am using the code that allows me to have my x and y axis stay on the
> edge of my display at all times:
>
> latMap.getAxisScale().setScreenBased(true);
>
> ...and this works great and does what it is suppose to do but the
> problem is the y axis title is always half off of the screen no matter
> how I resize my JFrame or no matter how much I zoom in or out.
>
> I put a screen shot at the location below.
>
> ftp://ftp.ssec.wisc.edu/pub/incoming/axisProblem.jpg
>
> If anyone knows how I can fix this let me know.
This problem must have been inadvertently introduced by
efforts to end the overlap of axis labels. I have put a
temporary (and possibly not universal) fix in:
ftp://ftp.ssec.wisc.edu/pub/visad-2.0/untested/AxisScale.java
Good luck,
Bill