To be able to edit code and run cells, you need to run the notebook yourself. Where would you like to run the notebook?

This notebook takes about 5 minutes to run.

In the cloud (experimental)

Binder is a free, open source service that runs scientific notebooks in the cloud! It will take a while, usually 2-7 minutes to get a session.

On your computer

(Recommended if you want to store your changes.)

  1. Copy the notebook URL:
  2. Run Pluto

    (Also see: How to install Julia and Pluto)

  3. Paste URL in the Open box

Frontmatter

If you are publishing this notebook on the web, you can set the parameters below to provide HTML metadata. This is useful for search engines and social media.

Author 1
👀 Reading hidden code
using AbstractPlotting, WGLMakie
Everything from AbstractPlotting.jl got moved to Makie.jl. 
Have a look at the README for information on how to upgrade: 
https://github.com/JuliaPlots/AbstractPlotting.jl
❔
┌ Warning: Module PlotUtils with build ID 3549799550547 is missing from the cache.
│ This may mean PlotUtils [995b91a9-d308-5afd-9ec6-746e21dbc043] does not support precompilation but is imported by a module that does.
└ @ Base loading.jl:1107
┌ Warning: Module PlotUtils with build ID 3549799550547 is missing from the cache.
│ This may mean PlotUtils [995b91a9-d308-5afd-9ec6-746e21dbc043] does not support precompilation but is imported by a module that does.
└ @ Base loading.jl:1107
┌ Warning: Module PlotUtils with build ID 3549799550547 is missing from the cache.
│ This may mean PlotUtils [995b91a9-d308-5afd-9ec6-746e21dbc043] does not support precompilation but is imported by a module that does.
└ @ Base loading.jl:1107
35.2 s
Error message

UndefVarError: scatter not defined

Stack trace

Here is what happened, the most recent locations are first:

  1. scatter(rand(4))
👀 Reading hidden code
scatter(rand(4))
❔
WARNING: both WGLMakie and AbstractPlotting export "scatter"; uses of it in module workspace#3 must be qualified
---