For a few reasons, clipping can be confusing to users:
- It doesn't happen to all graphs (only containers that need clipping, like Zoom)
- It can cut off half or even 75% off a data point. Scatter points that are extrema in both x and y are 3/4th hidden. The first and last bars in a bar graph look strangely skinny.
- domainPadding works well for some cases, but because it (rightfully) aims to not add quadrants, it can't help points where x or y is 0.
When the graph line gets near the top of the graph and sits on the very top of the graph, half the line appears to be hidden making it tough to see the top of the line.
Any thoughts on how we might address this @boygirl?
For a few reasons, clipping can be confusing to users:
Any thoughts on how we might address this @boygirl?