Alicia Schep

Results 135 comments of Alicia Schep

I think gridlines should in theory be possible by setting the layout property showgrid = TRUE for both x and y axes, but currently the `modify_layout` function doesn't enable actually...

A fix to enable modifying layout for x and y axes is pretty easy, but does not resolve this issue. https://community.plot.ly/t/gridlines-over-heatmap/970 Gridlines get hidden by heatmap but it seems like...

Thanks for the suggestion! Checks for compatible dimensions (with informative error messages) seems like a great idea.

No plans along those lines. In terms of workaround, there might be a way to use `to_plotly_json` from iheatmapr and then a function from the `plotly` package... potentially `plotly::api("plots", "POST",...

Thanks for the reproducible example. I think you're probably right that having an error rather than a warning (or even just message) is too much. I don't recall why it...

It seems like the way the merging of the colorbars is done is generally broken unless the inputs are factors with the same levels.

Do you have an example you can share that demonstrates what you want? Would it be one label per 'square' on heatmap or something more irregular? I think the answer...

No, that is not currently possible with iheatmapr... and I think unfortunately that it would be non-trivial to implement. Two ways that similar effect might be achieved is (1) Break...

Hi Hendrik, Very cool idea! Would be neat to be able to do conversion in both directions (say if you were starting off with an interactive version for exploratory work...

Not sure I understand -- can you please provide a more concrete example?