At My Fingertips

Documentation

Documentation

Function from library pytamaro

ellipse(widthheightcolor)

ellipsewidthheightcolor

Creates an ellipse with the given width and height, filled with a color.

When width and height are the same, the ellipse becomes a circle with a diameter equal to the provided size.

widthwidth of the ellipse

heightheight of the ellipse

colorthe color to be used to fill the circle

The specified circle as a graphic
Code
show_graphic(ellipse(100, 50, red))
Output
Graphical output from execution result
Code
show_graphic(ellipse(75, 75, black))
Output
Graphical output from execution result

Logo of PyTamaro

PyTamaro is a project created by the Lugano Computing Education Research Lab at the Software Institute of USI

Privacy PolicyPlatform Version 4153f55 (Wed, 02 Apr 2025 06:58:19 GMT)