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
Scatter() allows x and y of different lengths without complaining: this is very error-prone, as this should never happen with meaningful data. I would suggest to raise an exception so as to alert the user that there is a problem.
The text was updated successfully, but these errors were encountered:
Hi there,
This check would occur at the plotly.js (our core graphing library) level. There is an open discussion here: plotly/plotly.js#1998 where you can follow along or contribute.
Scatter() allows x and y of different lengths without complaining: this is very error-prone, as this should never happen with meaningful data. I would suggest to raise an exception so as to alert the user that there is a problem.
The text was updated successfully, but these errors were encountered: