The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
Username:
Password:
Save Password
Forgot your Password? | Admin Options

 All Forums
 Origin Forum
 Origin Forum
 Circles
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

FORTEN

Denmark
4 Posts

Posted - 07/08/2004 :  06:58:16 AM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
I will like to draw circles with specific X and Y values and specific radius in a plot. How do I do that?

Can I color the circles so I can draw more circles in the same plot?

Hope some body can help Tenna

Mike Buess

USA
3037 Posts

Posted - 07/08/2004 :  07:35:47 AM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
Hi Tenna,

Position, size and color of the circle can be controlled in the normal fashion through right-click -> Properties. Object properties can also be controlled by LabTalk script...

// Select the circle first
select -g A; // get name of selected object
%A.fillcolor=color(red); // set object's fill color to red
%A.color=color(red); // set object's border color to red
%A.dx=1; %A.dy=1; // set width and height to 1 (axis unit)
%A.x=1.5; %A.y=3; // position center at (x,y)=(1.5,3)

Mike Buess
Origin WebRing Member
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000