Skip to content

latex2exp not supported #2027

Closed
Closed
@danton267

Description

@danton267
library(plotly)
library(latex2exp)
library(ggplot2)

p <- qplot(1, "A")+
     ylab(TeX("Formula: $\\frac{2hc^2}{\\lambda^\\beta}$"))+
     xlab(TeX("$\\alpha$"))

ggplotly(p)

yields following error

Error in unique.default(x) : unimplemented type 'expression' in 'duplicated'

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions