Explore
Courses
Batches
Sketches
Statistics
Code a Pookkalam
Jobs
Devsprint
People
Course Creation
Create a Course
Guidelines
Resources
Support
Blogs
My Profile
About Us
Login
Sketches
1
Tanooj. K
By
Tanooj. Kondu
Run
fill= color(r=170,g=110,b=125,a=0.7) s=ellipse(x=0,y=0,w=200,h=100,fill=fill) s1=s|repeat(52,rotate(6)|scale(0.94)) s2=s1|repeat(12,rotate(45)) fill1= color(r=114,g=90,b=137) c=circle(r=100,stroke_width=2,stroke=fill1) fill2=color(r=123,g=234,b=143) c1=c|scale(1.25) c2= circle(x=112.5,y=0,r=5,fill=fill2,stroke="none")|repeat(36,rotate(10)) def concentric_circles(x, y, r, n): step = r/n for i in range(n): fill3= color(r=105,g=155,b=147,a=0.3) t = circle(x=x, y=y, r=r,fill=fill3) show(s1,s2,c,c1,c2, t) r = r-step w, h = 300, 300 r = 80 n = 10 concentric_circles(w/2,h/2,r,n) concentric_circles(-w/2,h/2,r,n) concentric_circles(-w/2,-h/2,r,n) concentric_circles(w/2,-h/2,r,n)
Comments
AC
Anand Chitipothu
3 years ago
Post
Dismiss
Good sketch, Tanooj. Try creating more sketches like this.
Good sketch, Tanooj. Try creating more sketches like this.
Want to discuss?
Post it here, our mentors will help you out.
Login