Skip to content

fix: axis formatting depended on initial values or changes#1541

Merged
maartenbreddels merged 1 commit intobqplot:masterfrom
maartenbreddels:fix_axis_formatting
Apr 11, 2023
Merged

fix: axis formatting depended on initial values or changes#1541
maartenbreddels merged 1 commit intobqplot:masterfrom
maartenbreddels:fix_axis_formatting

Conversation

@maartenbreddels
Copy link
Copy Markdown
Member

The codepath to to axis formatting for the initial values was different from when properties such as tick_values are updated afterwards.
This was probably due to some technical debt/circular dependency in the code.
If did the minimal amount of change to make sure the behaviour is the same, while having a consistent codepath.

Fixes #1536

The codepath to to axis formatting for the initial values was
different from when properties such as tick_values are updated
afterwards.
This was probably due to some technical debt/circular dependency
in the code.
If did the minimal amount of change to make sure the behaviour is
the same, while having a consistent codepath.
@maartenbreddels maartenbreddels merged commit 2e18915 into bqplot:master Apr 11, 2023
@maartenbreddels
Copy link
Copy Markdown
Member Author

meeseeksdev backport to 0.12.x

meeseeksmachine pushed a commit to meeseeksmachine/bqplot that referenced this pull request Apr 11, 2023
maartenbreddels added a commit that referenced this pull request Apr 11, 2023
… changes (#1597)

Co-authored-by: Maarten Breddels <maartenbreddels@gmail.com>
@martinRenou martinRenou deleted the fix_axis_formatting branch April 11, 2023 13:59
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.

Issues with updating Axis.tick_labels

1 participant