Alan O'Callaghan

Results 161 comments of Alan O'Callaghan

Can you provide some example code please? fwiw those arguments are never going to work with ggheatmap because ggplot2 doesn't (afaik) allow specific positioning of the colour scale, and handling...

Part of this will be related to the fact that d3heatmap only uses the d3 library whereas plotly includes d3, crosstalk and a number of other libraries by default.

Not sure how to reduce file size. I think there's a limit to how much we can even do, since we're constrained by the data structures used by plotly.

There is basically only one way to make it work; this would be to round the x co-ordinates of the segments of the dendrograms to allow them to fit on...

It comes down to mixing categorical and numeric co-ordinate systems; you need to be able to provide common co-ordinates for the two axes. Thus, we need both to be numeric,...

Actually, it might be worth raising the issue re: sampling of axis labels on the `plotly.js` repo, though it won't be quick to be added I imagine

https://github.com/plotly/plotly.js/issues/1779

As I said it's not a plotly R library issue; these are options which are passed directly to the underlying javascript, so it's in the hands of Etienne Pinard and...

Not what I would term desired output ![screenshot from 2017-06-12 21-51-22](https://user-images.githubusercontent.com/10779688/27054575-57f86bde-4fb9-11e7-82f4-acdddaac4756.png)

@cpsievert, I agree that's the most sensible way to do this, and I've implemented this with plotly. However I'm still having some problems with ggplotly. A reprex is below which...