Skip to content

ggplotly legend problem when apply on line plot with error bars #1588

@dingying85

Description

@dingying85

Hi Plotly developer,

a=ggplot(new_to_plot, aes(x=days, y=value,color = cohort)) +
geom_errorbar(aes(ymin=value-se, ymax=value+se), width=.1,position=pd) +
geom_line(position=pd) +
geom_point(size=2) + xlab(xlabel)+ylab(ylabel)+ggtitle(title)

ggplotly(a)

The legend only shows characters without any lines or points and error bars. Please advise

image

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