You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the “Fourier: Making Waves” app, when all coefficients are zero, the “Harmonics” and “Sum” graphs disappear, when they should remain visible as a horizontal line since the sum still exists (bust is zero for all positions / times).
The user is technically correct, an amplitude of zero results in a line at y=0. If we display these in the Harmonics graph, all of the zero terms would obscure one another, but hovering over the amplitude slider brings that term to the front. Likewise, if all harmonic amplitudes are zero, the sum would display a line at y=0. We do not display these y=0 lines because they muddy up the display, and adding zero doesn't do anything. If we want to support this request, I would suggest creating a Preference to display the y=0 lines that defaults to false.
The text was updated successfully, but these errors were encountered:
This issue is not in scope for #247 (1.1 release) because it is a problem that is present in the published version, and would take significant design & development resources to address.
@arouinfar replied: Can you please open an issue?
The user is technically correct, an amplitude of zero results in a line at y=0. If we display these in the Harmonics graph, all of the zero terms would obscure one another, but hovering over the amplitude slider brings that term to the front. Likewise, if all harmonic amplitudes are zero, the sum would display a line at y=0. We do not display these y=0 lines because they muddy up the display, and adding zero doesn't do anything. If we want to support this request, I would suggest creating a Preference to display the y=0 lines that defaults to false.
The text was updated successfully, but these errors were encountered: