Mattijn van Hoek
Mattijn van Hoek
Original observed in this Altair issue comment: https://github.com/altair-viz/altair/pull/2528#issuecomment-992989438. [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgDghgThC2DOIBcBtUA7OBTZIAWAlgOZ4A2xeALiADQjxalYDG1SolAnmDkuAPYF01OsybRcsfgFcGMkSH7pJMuQDcsUEAF9tAXTprmS5hDZp8WCmwCMABjt1Y0ANbIO3XiHLocdMILCyABmEKQM2nRY6MYAJkJE7iAAHknBBIyxuLFmfiCUBLBYAKroBGwgnFgSdFw8uOj8sEJhOnScSRBERFBYRLmS1cp06Zm4YFAEzHl1XgCO0hDC5WYEGjq6NKDOUG7s+Z64vaxtINFxCWkEpKSd3b39lF5FS7Qgo6RZfBNTM4d8CyWBUoq3WkXolCg-BcvFAxnQ8QKSiSajC0i8ACNSBBmG5-NA4LhCCRyCQFFhYGAuCEwhFDGjeOhpDdwal9h8viAck83gUiqVyrgqjUDvU+E9KfwYLddPo6NyIElpFBbnwFQB6eCUfi4+AAOmY8DUpwAJPBmHgKYq+FRKGB4Eh1eqNP09URynhpBi9QR+JqLVbnX0IABachPZ0AVj1ACY9XY9QAreDI7RAA) ```json { "params": [ { "name": "highlight", "select": {"type": "point", "clear": "mouseout", "on": "mouseover"} }...
Quantization might be optimized using new features available within shapely 2.0. In this comment/thread is an approach worked out how to do quantization using features of pygeos that are now...
Currently the docstrings for some new introduced parameter methods are rather limited: Where in the above example I've defined it as such: ```python highlight = alt.selection_point( name="hover", on="mouseover", nearest=True, encodings=["x"],...
As is observed here https://github.com/altair-viz/altair/pull/2684#issuecomment-1272610604 and here https://github.com/vega/vega-lite/issues/8453, the repeat operator does not work smoothly with defined `names` and lifted `params`. Do we want to spend time on inventing workarounds...
As per https://github.com/joelostblom/altair/pull/1#issuecomment-1271143450. I just changed the base repository to merge into, but I'm not sure if this will result in merge errors. Can you check @joelostblom if this works...
Hi Pascal, I stumbled upon your great IPython Notebook for the Slope module, but by trying it myself I have issues with the plotting of the labels. The line is...
It would be great if `"datum"` within the text-encoding channel accepts a list/array as input as such `["text", "over", "multi-lines"]`. If I try this within the editor then the chart...
I've modified the stocks example with a drop-down box to select a company, like this: https://vega.github.io/editor/#/gist/vega/mattijn/a25b9ba41a775cf128d1472cd3e44253 (btw, great update to the new editor!) But now I've to declare the `bind...
distinct domain values for color scale not correct interpreted when there are duplicate range values
Given the following minimal vega specification ([Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykSArJQBWENgDsQAGhAATJJhSoA2qHFIEcNCEVMANlpnEkehnAhpVIKAvJsATgE9tNzHacACKGz0OP9uFkPAEZpax8HbQDZEABfKVBXd2d0JLIHRy8I+39AjwAmMO9feyjAuITrW3SnF2qMrJKPfTMi7O0WrViAXR6ZaBNzSzUNLVTsgYMw2TZkGklUUHlFbV0pmQAzGjg9GNT62viQeyRxMjGlhSUdJH1DEC2dvfCSip1HHDGQB1l5kzjujIDOdxLILCpQFs9HoXBMbFMerEgA)) ```json { "$schema": "https://vega.github.io/schema/vega/v5.json", "data": [ { "name": "table", "values": [ {"category": "category color red 1", "color":...
The behaviour in this issue has been raised previously in https://github.com/jupyterlab/jupyterlab/issues/12570 and https://github.com/altair-viz/altair/pull/2770#issuecomment-1364100231. It seems it is not possible to make the docstring/function signature appear for chained methods using ipython/ipykernel....