0

I have 1000 data points close to zero (absolute value < 0.1), adding up to 1. I want to plot their sums. I.e. if they followed a normal distribution, I'd want to have an S curve plotted.

I'm aware that I could compute the exact positions externally and then plot that, but there probably is a better solution.

Some of the values are negative. For them, the curve should go down a bit.

UTF-8
  • 411
  • 2
    You can do https://tex.stackexchange.com/a/198397, just remove jump mark left and discontinuous from the axis options. – Torbjørn T. Mar 14 '18 at 11:11
  • I take it they were already sorted. – John Kormylo Mar 14 '18 at 21:48
  • @JohnKormylo I'm not sure what you mean. Of course, I got the data points in the order I want them to be used in. How would tikz be able to guess the order of the increments I want? – UTF-8 Mar 14 '18 at 23:07
  • Never mind. I thought you were dealing with random data, not sampled values of the Probability Density Function. – John Kormylo Mar 15 '18 at 03:50

0 Answers0