Alicia Schep

Results 135 comments of Alicia Schep

Thanks for clarification. Unfortunately this is not easy with package as of now. A hacky work-around is to pass a vector of colors with several instances of "white", e.g: ```r...

Hi Ashley, When saving a static version, it renders the heatmap and then takes a snapshot, which is why it would be a raster image even if saving as a...

Thanks @mschilli87 for your solution! It seems like it might make sense to export (and probably rename) the `to_plotly_list` function to ease this use case.

An update on this issue -- latest 'dev' version of the package (0.4.10, master branch) exports the `to_plotly_list` function as well as a companion `to_plotly_json` which additionally converts to JSON.

What version of the code are you using? And can you clarify exactly what result you're getting and what you're expecting to get?

Thanks for your investigation @halhen -- think it revealed the source of the bug that got introduced in an effort to fix another bug (#78 ). Will put in a...

@shreyagupta0909 It should be fixed in the latest version on Github which can be installed via `devtools::install_github` (but has not yet been submitted to CRAN).

Aiming to submit it some time this week.

Thanks for bringing up the issue and identifying the code responsible -- have now put in a PR with a fix for this!

Hi Marlon, Thanks for bringing up these formatting issues! For 1, right now the only way to do this is to alter the input data, but I agree that it...