need program without turtle or other built in program and need to be in same format as in the photo please!
Spirograph was a popular toy when I was a child. It consists of two interlocking gears of different sizes; the larger wheel is pinned to the drawing board while the smaller one rotates around the outside (or inside) of the larger. A pen, placed in a hole some distance from the center of the small wheel, traces out geometric patterns called epitrochoids (outside) and hypotrochoids (inside). Planetary motion in the long lived (over 1500 years) Ptolemaic model was described by epitrochoids. The goal of this project is to program a Python script to draw epitrochoids and hypotrochoids using the matplotlib.pyplot module. The figures are defined by three parameters: the radii of the circles, R and r, and the distance of the pen from the center of the small circle, d. Illustrations can be found here and here. The curves can be traced out by incrementing the polar angle in the following expressions: x(0)=(R+r)cos8-dcos Rtro) Epitrochoids y(O)=(R+r) sine-d sin x(@)=(r=r)cos8+d cos(R="0) Hypotrochoids y(@)=(R-r)sin 8-d sin Write a python function to draw either an epitrochoid or an hypotrochoid for given values of the parameters R,r, and d. The selection of the figure (epitrochoid or hypotrochoid) should be an additional input argument to the function along with the number of circles. The script must not contain any numpy functions or other modules such as drawing modules, such as turtle. Plot 4 different figures (two epitrochoids and two hypotrochoids). Submit a python file that will plot all 4 figures you wish to have graded in a single frame using the module matplotlib.pyplot. subplot() Epitrochoid Graph: The Skittle Hypotrochoid Graph: The Flower Rainbow 2001 10- 0 -100 -20 -200+ -200 -1000 100 200 -20 -10 0 10 20 Hypotrochoid Graph: "Empty Your Mind" Epitrochoid Graph: The Purple Donut 200 100 - 200 60-22 0 -100 -200 -400 -2004 -200 -1000 100 200 -500 -2500 NO 250 500 B)