Skip to content

Commit 0d839f0

Browse files
committed
Add axis_types support to get_computed_values with single-pass traversal
2 parents 9da8d29 + 6eec3f4 commit 0d839f0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## Unreleased
66

77
### Added
8-
<<<<<<< HEAD
9-
- Add `get_computed_values()` method to `BaseFigure` for programmatically accessing values calculated by Plotly.js (starting with computed axis ranges) [[#5552](https://github.com/plotly/plotly.py/issues/5552)]
10-
### Fixed
11-
- Update tests to be compatible with numpy 2.4 [[#5522](https://github.com/plotly/plotly.py/pull/5522)], with thanks to @thunze for the contribution!
12-
=======
138
- Add `get_computed_values()` method to `BaseFigure` for programmatically accessing values calculated by Plotly.js, supporting `axis_ranges` and `axis_types` retrieval via a single-pass layout traversal [[#5552](https://github.com/plotly/plotly.py/issues/5552)]
14-
>>>>>>> aa9d55527 (Add axis_types support to get_computed_values with single-pass traversal)
159

1610

1711
## [6.7.0] - 2026-04-09

0 commit comments

Comments
 (0)