MakieLayout.jl
MakieLayout.jl copied to clipboard
Layouting for Makie.jl
This pull request changes the compat entry for the `AbstractPlotting` package from `^0.10, 0.11` to `^0.10, 0.11, 0.16`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `Showoff` package from `0.3.1` to `0.3.1, 1.0`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `Observables` package from `^0.2, 0.3` to `^0.2, 0.3, 0.4`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `GridLayoutBase` package from `0.3.3` to `0.3.3, 0.5`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `AbstractPlotting` package from `^0.10, 0.11` to `^0.10, 0.11, 0.15`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `AbstractPlotting` package from `^0.10, 0.11` to `^0.10, 0.11, 0.14`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `AbstractPlotting` package from `^0.10, 0.11` to `^0.10, 0.11, 0.13`. This keeps the compat entries for earlier versions. Note: I have not...
This pull request changes the compat entry for the `GridLayoutBase` package from `0.3.3` to `0.3.3, 0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your...
In this code snippet: ``` using AbstractPlotting, GLMakie, AbstractPlotting.MakieLayout, Random scene, layout = layoutscene(padding = 4, resolution = (1200, 1000)); scene1 = layout[1, 1] = LAxis(scene, title = "Lines") lines!(scene1,...
Is it possible to link 3D views (camera, zoom) in a layout generated by several `LScene(scene, camera = Makie.cam3d!, raw = false)` like with `linkxaxes!` in 2D?