Skip to content

Fix line color with Bokeh Orthographic plots#1515

Merged
rajeeja merged 2 commits into
UXARRAY:mainfrom
alioacar:fix-line-color
May 28, 2026
Merged

Fix line color with Bokeh Orthographic plots#1515
rajeeja merged 2 commits into
UXARRAY:mainfrom
alioacar:fix-line-color

Conversation

@alioacar
Copy link
Copy Markdown
Contributor

Closes #1512

Overview

This fixes the grid plots rendering as empty circles with Bokeh backend. I checked the healpix and dual-mesh notebooks, and both now render correctly with the Bokeh backend.
healpix paths were reaching bokeh as a MultiLine renderer, but the actual mesh renderer had line_color=None

PR Checklist

General

  • An issue is linked created and linked

Examples

  • Clear the output of all cells before committing

@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@rajeeja rajeeja self-requested a review May 28, 2026 19:04
@rajeeja
Copy link
Copy Markdown
Contributor

rajeeja commented May 28, 2026

Thanks for the fix, seems to be working

@rajeeja rajeeja merged commit ee09c54 into UXARRAY:main May 28, 2026
13 checks passed
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

Successfully merging this pull request may close these issues.

HEALPix plots render as empty circles with Orthographic projection (Bokeh backend)

2 participants