-
-
Notifications
You must be signed in to change notification settings - Fork 313
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow plots to move between scenes in SpecApi (#4478)
* refactor JS Plot object to be movable * allow to move plots between scenes * correctly close channel * re-use plots, that got moved between axes * remove lock * fix specapi * fix makie tests * fix CairoMakie * Update CHANGELOG.md * try showing more infos * implement moveto! correctly for GLMakie and test for all backends * test & fix move_to! * add another test * make move_to optional * revert GLMakie changes * revert more changes * fix WGLMakie move_to * rename test * improve tests * clean up test
- Loading branch information
1 parent
7375072
commit 0f4b02d
Showing
18 changed files
with
844 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.