I need to draw the shapes from the following photo in a graph. I need to transpose the shapes in a graph in Python with nodes and edges. img1 Answer One of the standard tools for defining graphs like this is the DOT language used by Graphviz. You can create DOT graph descriptions and render them with the PyPI package
Tag: shapes
Create random shape/contour using matplotlib
I am trying to generate an image of a random contour using python but I couldn’t find an easy way to do it. Here is an example sort of what I want: Initially I tought of doing it using matplotlib and gaussian functions, but I could not even get close to the image I showed. Is there a simple way