cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
PS
PS
Level III

Plotting circles in graph builder that is locked to the coordinate system

Hi,

 

I am drawing too circles onto a graph builder wafer map using

Circle( {100, 100}, 100 );
Circle( {100, 100}, 95 );

in the right click in GB > customize-submenu.

But the circle is always round with reference to the pixels in the monitor. It is not really a circle with reference to the underlying coordinate system on the X/Y axis. For example I can drag the window wider and the circle will stay a circle, whereas it should become an oval as shown below.

 

Do you have any idea how to solve my problem?

Thanks

 

 

 

Graph Builder Circles.png

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Plotting circles in graph builder that is locked to the coordinate system

Try using the Oval function, which takes all parameters in data space.

View solution in original post

1 REPLY 1

Re: Plotting circles in graph builder that is locked to the coordinate system

Try using the Oval function, which takes all parameters in data space.