Skip to content

Conversation

@BeastyBlacksmith
Copy link
Member

@BeastyBlacksmith BeastyBlacksmith commented Sep 30, 2025

Description

Closes #5172

Port of this code

@fonsp, @pankgeorg can you double check, if I got this right?

Attribution

Things to consider

  • Does it work on log scales?
  • Does it work in layouts?
  • Does it work in recipes?
  • Does it work with multiple series in one call?
  • PR includes or updates tests?
  • PR includes or updates documentation?

@BeastyBlacksmith
Copy link
Member Author

BeastyBlacksmith commented Sep 30, 2025

Currently I don't think mathjax is working.

I tried

using LaTeXStrings
using PlotsBase; plotly()

bar(rand(3), color=[:red, :green, :blue], label = L"A_B", include_mathjax = "cdn", extra_kwargs = :plot)

@BeastyBlacksmith
Copy link
Member Author

Mathjax is working in the browser now, but not yet in vscode, if I just forward the show method for juliavscode/html to text/html the plot opens in the browser and not in the plot pane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Notes for Plotly refactor

2 participants