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 was confused because I tried to do Plot.normalizeX(basis, options), which is similar to Plot.mapX(reducer, options), but it didn’t work! Instead you need to do Plot.normalizeX({basis, ...options}). Maybe it’d be nice to support both forms just in case you don’t read the documentation as closely as you should.
The text was updated successfully, but these errors were encountered:
I was confused because I tried to do Plot.normalizeX(basis, options), which is similar to Plot.mapX(reducer, options), but it didn’t work! Instead you need to do Plot.normalizeX({basis, ...options}). Maybe it’d be nice to support both forms just in case you don’t read the documentation as closely as you should.
The text was updated successfully, but these errors were encountered: