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
Is there a way to set the base for a logarithmic scale? d3's log scale usually relies on you to be able to set your base, (for example, d3.scaleLog().base(2)). Is there a way to set how your log scale is based?
Is there a way to set the base for a logarithmic scale? d3's log scale usually relies on you to be able to set your base, (for example,
d3.scaleLog().base(2)). Is there a way to set how your log scale is based?