The Julia Programming Language
Convert basic Plots.jl examples to Makie.jl implementation.
The Plots.jl package allows for basic plotting. Makie.jl provides similar functionality but enables interactivity.
Convert basic examples from Plots.jl to Makie.jl such that there's a standard set of examples across the JuliaPlots organization.
The existing Makie.jl tutorial can be found here.
As previously stated, the final outcome of this task should be Pull Requests to the Makie.jl docs unifying the example set between Plots.jl and Makie.jl.
Note that some functionality may not yet exist in Makie, or may be under active development, such as advanced layouting.
Another thing to note is that Makie's docs are not hosted in the main Makie.jl repo and instead in the MakieGallery.jl repo.
Task tags
Students who completed this task
kfung, ccl, akshat2004, TheComputerM, Nand_V