Skip to content

geom_circle not implemented in plotly #2132

@white2tj

Description

@white2tj

Receive the below ERROR when trying to use plotly. Works perfectly fine outside of plotly.

geom_GeomCircle() has yet to be implemented in plotly.
If you'd like to see this geom implemented,
Please open an issue with your example code at
https://github.com/ropensci/plotly/issues

 ggp <- ggplot(positions_updated, aes(x=.data[[Issue3]], y=.data[[Issue4]], label=Stakeholder)) +
      geom_circle(aes(x0=.data[[Issue3]], y0=.data[[Issue4]], r=distance, fill=Stakeholder),alpha=.1, inherit.aes=FALSE) +
      geom_text() +
      #ggtitle("Spatial Bargaining") +
      coord_fixed() +
      theme(legend.position = "bottom") +
      xlab(Issue3) +
      ylab(Issue4) 
    ggp + geom_point(aes(x=status_quo_x, y=status_quo_y))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions