Skip to content

Implement hatch visuals consistently with fill visuals#14311

Merged
mattpap merged 8 commits into
branch-3.7from
mattpap/14310_fill_hatch
Feb 12, 2025
Merged

Implement hatch visuals consistently with fill visuals#14311
mattpap merged 8 commits into
branch-3.7from
mattpap/14310_fill_hatch

Conversation

@mattpap

@mattpap mattpap commented Feb 11, 2025

Copy link
Copy Markdown
Contributor

fixes #14310

@mattpap mattpap added this to the 3.7 milestone Feb 11, 2025
Comment thread bokehjs/src/lib/models/annotations/legend.ts Outdated
# Bokeh imports
from ..._types import CoordinateLike, NullStringSpec, TextLike
from ..._specs import NullStringSpec
from ..._types import CoordinateLike, TextLike

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and other cases weren't found in the original PR, because we skip type-checking in many modules, which also makes mypy skip checking associated *.pyi files (at least that's my understanding).

@mattpap mattpap force-pushed the mattpap/14310_fill_hatch branch 4 times, most recently from 459eb31 to bc24e2b Compare February 11, 2025 17:43
@mattpap mattpap force-pushed the mattpap/14310_fill_hatch branch from bc24e2b to ae24bce Compare February 12, 2025 20:51
@mattpap mattpap merged commit 5ad45c5 into branch-3.7 Feb 12, 2025
@mattpap mattpap deleted the mattpap/14310_fill_hatch branch February 12, 2025 22:39
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators May 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fill and hatch properties are applied inconsistently

2 participants