Joel Ostblom

Results 252 issues of Joel Ostblom

Currently, strip/box/violin plots only work with categorical/discrete colormaps. This is sufficient for the violins and boxes but for the points that can be included in all three plots, it would...

feature
P3

The following vegalite spec works as expected: ```json { "hconcat": [ { "data": {"name": "data-8140b0eafc79d1623809cd9c3e8f5d3b"}, "mark": "bar", "encoding": { "x": {"bin": true, "field": "population", "type": "quantitative"}, "y": {"aggregate": "count", "type":...

Bug :bug:

It seems like setting `toggle=false` prevents multi-select instead of enabling insertion, here is an example [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4Igxg9gdgZglgcxALlANzgUwO4tJKAFzigFcJSBnAdTgBNCALFAFgAY2AacaYsiygAlMiRoRQBmDgF9p3OgENCCvCFIAnADYoQYwgAdKyAPTGwdKADoAVpTqZNcNOstRMhY1H0BbY2kwICgC0isqU7pQAAmgAjJYATACclmzGoQpmCuqUNpTQIHIg3lkA1jrqmGDi3JhQkHQkSKg8mhDqqgQNxPnNCggIFYGEmDqQpEQg3IQAnvojyCAAjqQKRHDKxP6TIPpZCt46u+r77pjqHABs25je+jMoMAqa4YVoT6TzII4IYgMK0wVuAAPVTwBx0HQAYWmjig9my2xmcx0bQaUCegJAAOaYM0EIWAHl1IgSIjZp8oBBvCQMbJuIwRD9xMgYgAOLg7PbeSgoADaoHR3k+RxOw3ObCu3HCmkqzNASOFEBI1RAPSKAkwEH87SmEH6MoeTxe0gAutxsPQmJIONwACSUMAM4o6PSGEx+AIKSwIdaMUgAI0scAgxgdToy-kCQUcwz8AFYEilcvlpEA) If I change the dropdown at https://vega.github.io/vega-lite/docs/selection.html#toggle from...

Enhancement :tada:
Area - Docs :book:
Area - Interaction

I would like to distribute points in the shape of a density / violin cloud as in this picture ![image](https://user-images.githubusercontent.com/4560057/160189677-647056c0-992f-4fc7-aace-2204ae8da6b9.png) [Python code and Vega-Lite spec in this comment](https://github.com/vega/vega/issues/3311#issuecomment-1079234030) I originally...

Enhancement :tada:

I suspect there might be an open issue for this somewhere but I could not find it when searching. The new parameter feature looks very cool, but I can't find...

Enhancement :tada:
P4

This is a bit of a issue/discussion, but I wanted to show which change I think will work so I made a PR right away. I think it is quite...

The new offset channels make it convenient to create charts with categorical offsets, such as this one: ![image](https://user-images.githubusercontent.com/4560057/168724109-5f596704-5a26-48f1-86a9-87fdb76580a8.png) However, when trying to use a random jittered offset, I need to...

Enhancement :tada:

I think the documentation could do a better job in highlighting the differences between `value` and `datum`, including when one is preferred over the other. I suggest the following: 1....

Enhancement :tada:

I think this might be a similar error to https://github.com/vega/vega-lite/issues/3718, but for boxplots. When I use `thickness` for the median, the property is underlined with the yellow squiggly line and...

Bug :bug:

For datasets with many identical values, it is understandable that there is no box drawn for q1 and q3, but the median line at q2 should always be present. Currently...

Bug :bug: