We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this a known limitation? I can get a more minimal (JS) example if need be
plot_ly( type = 'parcoords', dimensions = list( list(range = range(iris$Sepal.Width), label = TeX('Sepal Width \\alpha'), values = iris$Sepal.Width), list(range = range(iris$Sepal.Length), label = '<b>Sepal Length</b>', values = iris$Sepal.Length), list(range = range(iris$Petal.Width), label = 'Petal Width', values = iris$Petal.Width), list(range = range(iris$Petal.Length), label = 'Petal Length', values = iris$Petal.Length) ) ) %>% layout(title = TeX("\\text{Some mathjax: }\\alpha+\\beta x")) %>% config(mathjax = "cdn")
Requested in plotly/plotly.R#1298
The text was updated successfully, but these errors were encountered:
related: #2292
Sorry, something went wrong.
archmoj
No branches or pull requests
Is this a known limitation? I can get a more minimal (JS) example if need be
Requested in plotly/plotly.R#1298
The text was updated successfully, but these errors were encountered: