Skip to content
New issue

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

Bokeh plot legend labels are not descriptive (c1, c2, etc.) #118

Open
ken-lauer opened this issue Jan 13, 2025 · 0 comments
Open

Bokeh plot legend labels are not descriptive (c1, c2, etc.) #118

ken-lauer opened this issue Jan 13, 2025 · 0 comments

Comments

@ken-lauer
Copy link
Collaborator

For example, when plotting orbit, beta, and dispersion with the bokeh backend:

image

See that the legend labels are not descriptive. The label text is readily available (and working in the matplotlib backend).
The underlying issue is that bokeh itself does not support LaTeX (MathJAX) strings in legend labels currently (as of 1/2025 at least).

Resolving this may include:

  1. Best-effort converting the pgplot-format axis labels into standard unicode (short term fix)
  2. Waiting until Bokeh supports LaTeX (long/unknown term fix)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant