About 115,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. python - Draw transparent rectangles and polygons in pygame

    Feb 1, 2024 · So you can't draw transparent shapes directly with the 'pygame.draw' module. The 'pygame.draw' module does not blend the shape with the target surface. You have to draw the …

  3. Irregular shape detection and measurement in python opencv

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

  4. How to move shape python - Stack Overflow

    Apr 1, 2014 · I am trying to move an octagon on python What am I missing? How do I make this shape move bif="space.jpg" import pygame, sys from pygame.locals import * points=[( …

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

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

  6. How to draw things without turtle in python - Stack Overflow

    Jan 27, 2017 · How to draw things without turtle in python Asked 8 years, 8 months ago Modified 1 year, 11 months ago Viewed 17k times

  7. How to randomize shapes and colors using turtle python?

    Apr 28, 2022 · Can someone please help me with drawing random shapes in random colors using turtle python?

  8. Create random shape/contour using matplotlib - Stack Overflow

    Jun 7, 2018 · One option is hence to create such shapes interactively. This is shown in the question Interactive BSpline fitting in Python . If you want to create random shapes …

  9. python - How to customize marker colors and shapes in scatter …

    Dec 7, 2017 · How to customize marker colors and shapes in scatter plot? [duplicate] Asked 7 years, 10 months ago Modified 7 years, 10 months ago Viewed 104k times

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

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