diff --git a/src/basic/moon.jl b/src/basic/moon.jl index a5993d8..43d9ee0 100644 --- a/src/basic/moon.jl +++ b/src/basic/moon.jl @@ -7,7 +7,7 @@ #> image = "https://github.com/JuliaPluto/featured/assets/6933510/f8bec040-bb45-45c5-bedc-b2528e175c4c" #> title = "Fun with 🌒Emojis and Julia" #> date = "2023-07-25" -#> tags = ["PlutoUI", "animation", "basic", "clock", "Unicode"] +#> tags = ["PlutoUI", "animation", "visualisation", "clock", "Unicode"] #> description = "Making use of 🌒 emojis and PlutoUI.clock for a simple animation" #> license = "Unlicense" #> author_name = "Maanik, Boshra, Benedikt" diff --git a/src/plot/Plots.jl.jl b/src/plot/Plots.jl.jl index c03f278..a57262d 100644 --- a/src/plot/Plots.jl.jl +++ b/src/plot/Plots.jl.jl @@ -4,9 +4,10 @@ #> [frontmatter] #> author_url = "https://github.com/JuliaPluto" #> image = "https://user-images.githubusercontent.com/6933510/174067386-c0a1296f-dba8-4dbf-b936-1c7f81933f94.png" -#> tags = ["basic", "classic", "plotting"] +#> tags = ["classic", "plotting"] #> author_name = "Pluto.jl" #> description = "An introduction to Plots.jl" +#> order = "1" #> license = "Unlicense" using Markdown diff --git a/src/plot/heatmap.jl b/src/plot/heatmap.jl index 6a13155..c03e0c3 100644 --- a/src/plot/heatmap.jl +++ b/src/plot/heatmap.jl @@ -5,7 +5,7 @@ #> author_url = "https://github.com/ariguiba" #> image = "https://github.com/JuliaPluto/featured/assets/6933510/05624a1d-9688-4d63-bbda-f89a2fce2706" #> title = "3D Graph vs Heatmap" -#> tags = ["basic", "plotting", "makie", "3D"] +#> tags = ["plotting", "makie", "3D"] #> license = "Unlicense" #> description = "You can visualize 3D data with a 3D graph or a heatmap. How do they work, and what is the difference?" #> author_name = "Boshra Ariguib" diff --git a/src/pluto_export_configuration.json b/src/pluto_export_configuration.json index 876502d..1d1b194 100644 --- a/src/pluto_export_configuration.json +++ b/src/pluto_export_configuration.json @@ -14,6 +14,11 @@ "description": "Math is cool!!", "tags": ["math"] }, + { + "title": "Visualisation", + "description": "Pluto is a great tool to visualise your results! Here are some examples.", + "tags": ["visualisation", "plotting"] + }, { "title": "Machine learning", "description": "Learn about using ML in Julia with these examples.",