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
Why is taking the minimum (Math.min(bandwidthDflt, bandwidth)) needed here? Should it just not take the min and use only bandwidth? I can see a problem where I defined trace.bandwidth and don't want to use bandwidthDflt.
The text was updated successfully, but these errors were encountered:
Regarding this line of code in plotly.js:
plotly.js/src/traces/violin/calc.js
Line 51 in 9d61443
Why is taking the minimum (
Math.min(bandwidthDflt, bandwidth)
) needed here? Should it just not take the min and use onlybandwidth
? I can see a problem where I definedtrace.bandwidth
and don't want to usebandwidthDflt
.The text was updated successfully, but these errors were encountered: