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

Always use LineType.ChunkCombinedNan for lines in Bokeh #301

Merged
merged 1 commit into from Oct 21, 2023

Conversation

ianthomas23
Copy link
Member

Now that we have LineType.ChunkCombinedNan, always use it to render lines in BokehRenderer. Whatever lines are passed toBokehRenderer.lines are converted via convert_line_type and dechunk_lines to give a single NaN-separate points array which is used to create a Bokeh line glyph rather than the multi_line glyph used previously here.

@ianthomas23 ianthomas23 merged commit 3ec7b64 into contourpy:main Oct 21, 2023
30 checks passed
@ianthomas23 ianthomas23 deleted the bokeh_nan_line branch October 21, 2023 15:16
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.

None yet

1 participant