About 119,000 results
Open links in new tab
  1. How to write simple geometric shapes into numpy arrays

    Apr 5, 2012 · 38 I would like to generate a numpy array of 200x200 elements in size and put into it a circle centered into 100,100 coordinates, radius 80 and stroke width of 3 pixels. How to do …

  2. How can I make rectangle shape in turtle, python?

    Feb 11, 2015 · How can I make rectangle shape in turtle, python? Asked 10 years, 9 months ago Modified 4 years, 9 months ago Viewed 11k times

  3. Irregular shape detection and measurement in python opencv

    Irregular shape detection and measurement in python opencv Asked 8 years, 3 months ago Modified 5 years, 7 months ago Viewed 24k times

  4. python - How to create custom turtle shapes - Stack Overflow

    Mar 22, 2021 · How to create custom turtle shapes Asked 4 years, 8 months ago Modified 4 years, 8 months ago Viewed 4k times

  5. How do you make two turtles draw at once in Python?

    How do you make two turtles draw at once? I know how to make turtles draw and how to make two or more but I don't know how you can make them draw at the same time. Please help!

  6. python - turtle graphics - spacing drawing shapes - Stack Overflow

    Jan 30, 2022 · In the code below, how can I give some space after drawing each shape and then draw the next shape. from turtle import * color ('black','green') shape ('turtle') pensize (5) …

  7. python - How do I layer widgets in Tkinter (make shapes in front …

    Oct 25, 2019 · I'm trying to draw shapes in front of an image, but I don't see them - they're behind it. How do i make the image go back a layer/the shapes go forward a layer? Here is my code: …

  8. python - Drawing Shapes Using Turtle - Stack Overflow

    If you choose to display a shape with four sides, you're only going to draw two shapes. This is because you're increasing your loop counter once per side for each shape.

  9. Python & Matplot: How can I draw a simple shape by points?

    May 15, 2015 · # Can I display the shapes 2 in 1 line? plt.show() My question is How can I get rid of the *zip? I mean, directyly draw by points, rather than 2 array. How to make these shapes …

  10. python - Make a union of polygons in GeoPandas, or Shapely (into …

    I am trying to find the union of two polygons in GeoPandas and output a single geometry that encompasses points from both polygons as its vertices. The geopandas.overlay function gives …