Posts

No idea how to draw this using tikz

Image
3 I am trying to draw this picture: I have tried a lot of things, like defining this newcommandirregularcircle[2]{ pgfextra {pgfmathsetmacrolen{(#1)+rand*(#2)}} +(0:len pt) foreach a in {10,20,...,120}{ pgfextra {pgfmathsetmacrolen{(#1)+rand*(#2)}} -- +(a:len pt) } -- cycle } But it don't give a figure that can be between the x-axis and the circle, and I don't know how to do this. Thanks. tikz-pgf draw share | improve this question edited 2 hours ago sandu 3,703 4 28 56 asked 3 hours ago ...