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.
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.