Interactive plotting via web

Hi, I’m looking for a way of interactively plot some figures through a website.

A representative example might be PlutoUI.jl but it requires Pluto.
I wanna do this from my terminal.
Other package I found is Interact.jl but I’m not familiar with Mux.jl so I cannot produce a minimal example.
Is there anyone who knows how to do it with a minimal example or other packages that helps me?

You can use Makie.jl with the WebGL backend to get interactive plots through the browser. Here is a short tutorial on getting started with interactivity! If you want to know more, @jkrumbiegel might be of help here. (I probably have the wrong tag on him)

1 Like

I’ll take a look at it. Thank you a lot!

BTW, the banner of Makie looks cooler than before :slight_smile:

1 Like

Dash and Plotly seems interesting. I recently came across this tutorial:

for interactive plotting.

1 Like

Here’s a Dash tutorial:

1 Like

It seems really great. I’ll check it out :slight_smile: