Joel Ostblom

Results 522 comments of Joel Ostblom

Thanks for the quick reply. The tips in that pull request are great, filtering by window title works almost flawlessly! The only problem is that if I launch e.g. Gmail...

To add to the above: When webapps are starting with the `jumpapp -t` shortcut, they are grouped under the browser window rather than getting their own icon in the Alt+Tab...

@shichao116 If you still wish to modify the shortcut, you can do so by editing `~/.local/share/jupyter/nbextensions/vim_binding/vim_binding.js` (or wherever you installed it). At line 72, I changed ```js 'Shift-Esc': CodeMirror.prototype.leaveNormalMode, ```...

@edgimar It is possible to enable `ctrl-s` for saving by adding the following to `.jupyter/custom/custom.js`: ```js require([ 'nbextensions/vim_binding/vim_binding', 'base/js/namespace', ], function(vim_binding, ns) { // Add post callback vim_binding.on_ready_callbacks.push(function(){ var km...

For reference, the corresponding Vega-Lite issue is here https://github.com/vega/vega-lite/issues/5996

Pie charts have been added as shown in https://altair-viz.github.io/gallery/index.html#circular-plots. However, I don't think you can use a pie chart as a marker in another chart (e.g. in your field map...

This is not available in Vega-Lite yet. The post you linked is a workaround for Vega, but they don't provide full support yet either. You can see the issues here...

Thanks for starting this discussion! I would love to see Altair being updated to work with the new exciting additions to Vega-Lite! I am not sure if I can contribute...

The example you linked to works well for me for both svg and pdf. For png, I see the flags but they are rendered in black and white. Clicking the...

For LaTeX, you could also use svg, that is what I do the commonly myself. If something is broken in the VegaEditor please report it as an issue to the...