You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added AspectMode and LayoutScene
* added Camera for LayoutScene with Eye, Up and Projection (Center is missing)
* updated 3d_charts example
* added layout_scene test +
fixed layout_scene.drag_mode type
* implemented CameraCenter + more methods + added documentation and tests
* added DragMode3D because not all variants from DragMode are valid in 3D
* expanded the customized scatter3d plot in the examples
* updated imports in examples/3d_charts
* Updated CHANGELOG.md
Draft for CHANGELOG.md
* fixed typo
* default derive instead of manual implementation
* appease clippy
* update changelog
* resolve TODOs
---------
Co-authored-by: = <=>
Co-authored-by: Michael Freeborn <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
0 commit comments