Plain old interference? It becomes more obvious when you replace aspect with a slider, e.g.
viewof aspect = html`<input type=range step=.000001 value=.201788>`
@jrus The idea here is that I can make an informed decision regarding the tradeoff of width vs error. E.g., if I had originally planned to not go below a width of 100px or above 250px, I could check here if there's a good fit close to (but outside) these bounds that would justify exceeding them. ... Although I should probably take the ratio of width to error into account as well. 🤔
Or were you refering to something else?
You’ll notice that the list of fractions I posted have numerators corresponding to all of the least-error dots on your plots. Looking at the convergents is a way to get a list of all the best possible choices you could make.