Hi. Here's a simple interactive command to toggle "set view map" in 3d plots. Works great for me. Maybe should be extended to cycle between xy, xz,yz projections, but I'd like to hear your comments first.
Thanks for the note! I just didn't know about it. One tweak I had to make: "refresh" instead of "replot" to handle volatile data. Leaving it as "replot" makes gnuplot quit immediately. With "refresh" it's perfect. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi. Can I get a comment about this one? It's VERY useful for some of my use cases, and it would be nice to get it merged
Is there a reason you can't just put the bind command in your personal ~/.gnuplot?
That should work immediately in all gnuplot versions back at least to 5.0
Last edit: Ethan Merritt 2025-02-20
Thanks for the note! I just didn't know about it. One tweak I had to make: "refresh" instead of "replot" to handle volatile data. Leaving it as "replot" makes gnuplot quit immediately. With "refresh" it's perfect. Thanks!