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'm using nivo.rocks (which is a react d3 wrapper) to chart a scatterplot, and adding a layer to add curves. On one of my datasets, with a quadratic curve, the curve is going below 0. None of the datapoints is negative, and I was wondering if there's a way to limit the path so that the curve doesn't go out of axis bounds.
I'm using nivo.rocks (which is a react d3 wrapper) to chart a scatterplot, and adding a layer to add curves. On one of my datasets, with a quadratic curve, the curve is going below 0. None of the datapoints is negative, and I was wondering if there's a way to limit the path so that the curve doesn't go out of axis bounds.
The code looks like:
And the output chart is shown in the attachment.
The text was updated successfully, but these errors were encountered: