About 427,000 results
Open links in new tab
  1. [Processing] I wrote a program for halftoning with points, circles, …

    Dec 23, 2020 · It's called HalftonePAL: Halftone with Points And Lines. You can download it here. You can draw Voronoi diagrams, TSP paths, dither with points or circles, and more. It outputs SVG, TXT, and JPG files. It'll even do some quick optimization for plotting! Enjoy! If you want to look at / mess with the source code, check out the github page.

  2. python - plot a circle with Matplotlib.pyplot - Stack Overflow

    Similarly to scatter plot you can also use normal plot with circle line style. Using markersize parameter you can adjust radius of a circle: import matplotlib.pyplot as plt plt.plot(200, 2, 'o', markersize=7)

  3. Draw Circle in Python using Turtle - GeeksforGeeks

    May 17, 2022 · Now to draw a circle using turtle, we will use a predefined function in “turtle”. circle(radius): This function draws a circle of the given radius by taking the “turtle” position as the center.

  4. r - How to draw a half circle on a plot? - Stack Overflow

    Dec 15, 2021 · I am trying to draw some half circles on a plot, using the trigonometric functions in R. So here is what I have : For the moment, it prints each point on the plot. What I want to do here is to trace a smooth line between points so it gives me a beautiful half circle of center (0, 0) and of scale W. Any solution? Do you mean this?

  5. Draw circle, rectangle, line, etc. with Python, Pillow

    May 14, 2019 · ImageDraw module of the Python image processing library Pillow (PIL) provides many methods for drawing figures, such as circles, squares, and straight lines. ImageDraw Module — Pillow (PIL Fork) 4.4. ...

  6. Python Turtle: Half Circles and Parallel Lines - CodePal

    Learn how to draw half circles and parallel lines using the turtle module in Python. This tutorial provides a step-by-step guide and code examples.

  7. Draw shapes using C graphics - Programming Simplified

    This C graphics program draws basic shapes such as circle, line, rectangle, ellipse and display text on screen using C graphics. This can be a first graphics program for a beginner.

  8. Lesson 4 : Drawing with MFC - XoaX.net

    This MFC video tutorial will show you how to draw circles and lines. To follow along with this video and article, download the code from our MFC Lesson 1 support page. To draw something into the View's client area of our application, we have to add our code to the OnDraw() function of the Lesson1View class.

  9. How to Properly Draw Circles in Python and Matplotlib

    Dec 16, 2023 · In this Python and Matplotlib tutorial, we explain how to properly draw circles and how to specify the circle properties, such as face color, edge color, transparency, hatch, center, radius, and other important properties.

  10. A Line of Half Circles – Python and Turtle

    Mar 25, 2019 · Use loop to draw a line of half circles. Check out drawing just one half circle project.

  11. Some results have been removed
Refresh