I was wonder if it is possible to replicate a normal distribution plot as shown. If so, how? Thank you!
Asked
Active
Viewed 69 times
0
I was wonder if it is possible to replicate a normal distribution plot as shown. If so, how? Thank you!
plotfunction, for example like this:\draw[smooth] plot coordinates { (0,0) (1,0.5) (2,1.5) (3,0.5) (4,0) };. – Jasper Habicht Feb 08 '23 at 08:55