Alicia Schep
Alicia Schep
update to use the ggrepel seed arg rather than setting seed
From email: "I am using iheatmapr in one of my project. I am stuck with giving grid lines to the chart below. I have tried various methods but no luck."
At some point the plotly.js should likely be updated to a more recent version. Will need to assess whether there have been a lot of breaking changes with api and/or...
A number of issues (e.g. #25, #24, #20, #22 ) have been raised asking about customizing colors in various ways. Probably means the package documentation on this topic should be...
Since it seems like the example I had suggested (`filter_loudly`), while maybe a fun & useful function, was not the best for this particular use case maybe we can think...
This package is a great idea! One thought -- I found the function names a bit confusing and unwieldy. Here are some ideas: `bare_input` `bare_input_lhs` `bare_input_list` `string_input` `string_input_list` It seems...
Based on #95 but with a few small fixes, updated setup.py, and an added test case.
I've been thinking about whether it would be possible & useful to have roxygen-like tags for documenting input and outputs of analysis scripts that could be used for easily creating...
Example: ``` vl_chart() %>% vl_add_data(url = "https://vega.github.io/vega-editor/app/data/population.json") %>% vl_calculate(calculate = "datum.sex == 2 ? 'Female' : 'Male'", as = "gender") %>% vl_filter("datum.year == 2000") %>% vl_encode(x = "age:O", y =...
Potentially add functions for adding an entire layer. E.g. something like `vl_add_layer(spec, mark, ..., data, mark_properties)` Where ... is encodings. Or maybe an encodings argument that takes a list. Or...