Is it possible to manipulate GR plots with keyboard and/or mouse?

Zoom in/out, pan, rotate, … The usual stuff.
I could not even find how to grab input from GR. Is that possible?

My understanding is that GR isn’t the best backend for interactivity. You might need one of the slower but fancier backends, like Plotly.js (which does provide some of the interactivity you’re describing).

A nice online example of what to expect with Plotly.js (see bottom of page for example)

2 Likes

Thanks, that’s good to know.

One idea behind GR is to integrate it into GUI toolkits, like Qt5. There are several examples both for Julia (QML) and Python in the corresponding example directories.

2 Likes