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
It's relatively common to see a scale that has a 'break' in it, allowing you to render outliers. You can achieve this effect with a piecewise scale that collapses a section of the domain.
For example, this will remove the section of the scale from 50-75:
It's relatively common to see a scale that has a 'break' in it, allowing you to render outliers. You can achieve this effect with a piecewise scale that collapses a section of the domain.
For example, this will remove the section of the scale from 50-75:
However, when rendered with an axis, the ticks pile up as follows:
Should scales filter ticks if they collide?
The text was updated successfully, but these errors were encountered: