[Date Prev][Date Next][Index][Thread] [SGT Mail Archive] [SGT Main Page]

Re: Symbols appears twice in legend



Jorge,
By default SGT creates two symbols separated by a spacing equal to a "line length", you should be able to override the default behavior by setting calling PointCollectionKey.setLineLengthP(0.0) (for the key). This will actually cause the two plot marks to be drawn on top of one another.

Don

On Tuesday, October 7, 2003, at 10:06 AM, Jorge Santos Simon wrote:

Hi everybody! 
 
I have a problem with SGT: as you can see in the TAOMap demo, when you create a graph as a JPane object, each symbol in the legend (more exactly, in the Point Collection Key) appears twice. How can I avoid that in an application? I need to show only pairs symbol – explanation .    
 
I have tries with the last release 3.0 but without results. It's really important for my to find a solution for this problem.
 
Thank you very much.