You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to display Voronoi tiles in RShiny/Plotly.
I get the message
Warning in geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomShape() has yet to be implemented in Plotly.
The reprex below shows a working ggplot2 chart, followed by the same chart converted to Plotly. The Plotly chart does not display the tiles.
Apologies Carson. The package is ggforce.
A version of ggforce is on CRAN, but does not yet have the Voronoi functions.
You need the version here:
https://github.com/thomasp85/ggforce
Best Regards
Garry
From: Carson Sievert <notifications@github.com>
Sent: 29 May 2018 16:10
To: ropensci/plotly <plotly@noreply.github.com>
Cc: GarryGelade <garry@business-analytic.co.uk>; Author <author@noreply.github.com>
Subject: Re: [ropensci/plotly] geom_GeomShape() not implemented (#1266)
What package does geom_voronoi_tile/geom_voronoi_segment belong to? It doesn't seem to be listed in your example
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#1266 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AIVmxCUnWbuVgA2VPZ4rJ2sxXvkeYizGks5t3WTNgaJpZM4UQmEz> .
I am trying to display Voronoi tiles in RShiny/Plotly.
I get the message
Warning in geom2trace.default(dots[[1L]][[3L]], dots[[2L]][[1L]], dots[[3L]][[1L]]) :
geom_GeomShape() has yet to be implemented in Plotly.
The reprex below shows a working ggplot2 chart, followed by the same chart converted to Plotly. The Plotly chart does not display the tiles.
The text was updated successfully, but these errors were encountered: