Mike Bostock

Results 751 comments of Mike Bostock

My preference would be to do this at the tickFormat level so that the tick lines are still drawn but only some of them are labeled. For example like so:...

Also related to #212, where I’d like to special-case the behavior for ordinal date domains if possible. Though maybe it’s not possible since the dates could be irregularly spaced, so...

I was thinking something different for this feature, which is that if you specify this option (which I’d probably want to call _aspectRatio_), it would compute the necessary _height_ based...

> transform: d3.pie() Awesome! 👍

I think this is closer to what we want: ```js Plot.barY(data, Plot.groupX({x: "species"})).initialize() ``` Though, it could be made a little easier to inspect: you’d like to see both the...

I’m not really sure what, if anything, we want to do here.

This issue refers to the same scale on both sides, for redundancy.

Reverted in #748.

There are also some cases where you might want to interleave instances of marks, but that’s probably overkill for now.

Feels related to ordinal intervals #513?