Skip to content

Commit

Permalink
shuffle categories
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Sep 20, 2023
1 parent 8b5c244 commit fe60d4a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/basic/moon.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion src/plot/Plots.jl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/plot/heatmap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions src/pluto_export_configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit fe60d4a

Please sign in to comment.