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
I found the error in the code and it should get fixed with #571. This will be fixed in Semiotic 2, though. I'll see if I can find the time to patch it back to v1.
I have the following code:
The data is 10 x 10. BinX & binY are set to 10 bins. For some reason there are extra binY and binX generated:
If I change the size slightly to , let's say,
size = [268, 268]
, the chart is as expected:My guess is javascript floating point is the culprit.
The text was updated successfully, but these errors were encountered: