Yes that worked, thanks!
Is this something that will be changed in future releases?
And since I am asking how does one know what are contained in new
releases? Is there page that explains it?
~Ben
benjamin.podoll@xxxxxxxxxxxxx
bspsoftware.dyndns.org
Phone & Fax 701-772-7152
-----Original Message-----
From: Bill Hibbard [mailto:billh@xxxxxxxxxxxxx]
Sent: Thursday, February 20, 2003 5:53 AM
To: Ben Podoll
Subject: Re: AxisScale Problem (half visible)
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