Ian Lyttle

Results 159 comments of Ian Lyttle

There seems to be a development from vega-lite: https://vega.github.io/vega-lite/docs/size.html#specifying-responsive-width-and-height

Will not be deprecated in v0.2.1, as **vlcompose** (**vlcomposr**?) is not yet started.

Hi @haleyjeppson, The barcharts are all working now; I have merged that into master and brought those changes into this branch. I have made a working example of data-swapping with...

Newer thinking: we will use this issue for documentation on how to extend ggschema, and how things might be organized within ggschema.

Thanks, @hrbrmstr! This is a wonderful idea - I fear the current ggvega design might get in the way. We use pure R to translate the ggplot object to ggspec...

Sounds good - hurry on the bigger fix, when you will have it done, please close the issue and note the commit where you made the change. As we do...

Happy to discuss more the next time we have a meeting, one place to get started might be the `pr_*()` set of functions in **usethis**:

Hi Wenyu, Sorry to reopen this issue - we may have to rethink this a bit to get a ggplot `geom_path()` to work using `"mark": "line"` in Vega-Lite. See ,...

Thinking of adjusting the example directory (of course there will be more examples than `iris-scatterplot`): ``` examples/ full/ ggplot2/ iris-scatterplot.R ggspec/ iris-scatterplot.gs.json vega-lite/ iris-scatterplot.vl.json denatured/ ggplot2/ iris-scatterplot.R ggspec/ iris-scatterplot.gs.json vega-lite/...

I had another think about this - the overall idea is the same, but I am considering an different execution: The directory where we compose all examples will be: `data-raw/examples`;...