0

I was wonder if it is possible to replicate a normal distribution plot as shown. If so, how? Thank you!

enter image description here

Missael
  • 185
  • 1
  • 7
  • 2
    It is possible. Start for example from https://tex.stackexchange.com/questions/11368/bell-curve-gaussian-function-normal-distribution-in-tikz-pgf and then add the annotations using something like https://tex.stackexchange.com/questions/88404/pgfplots-placing-node-on-a-specific-x-position. – Marijn Feb 08 '23 at 08:55
  • 2
    Yes, it is possible. You could use the plot function, 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

0 Answers0