|
From: theozh <th...@gm...> - 2021-10-08 10:17:13
|
Dear Ruda, yes, this is my current understanding. Actually, the improved solution Friedrich proposed (https://stackoverflow.com/a/62170512/7295599) based on my initial workaround is (currently) the most convenient option I know of. As I understand, you want to zoom in/out interactively into indiviual sub-plots. Maybe one could think of a very ugly and lengthy workaround, depending on the layout of your multiplot. But in general, I don't see this option without changes in the gnuplot source code. For this you have to ask the developers of gnuplot. best, Theo. Am 08.10.2021 um 09:25 schrieb Rudolf Sykora: > Dear Theozh, > > theozh <th...@gm...> writes: > >> Maybe this is helpful to you... >> https://stackoverflow.com/a/62166263/7295599 > > thanks for your reply. So the answer is mostly that gnuplot is not > smoothly capable of what I want, and what you show in your post is kind > of a workaround (which I do not like much). > > Thank you. > Best regards > Ruda > >> >> Am 07.10.2021 um 12:04 schrieb Rudolf Sykora via gnuplot-info: >>> Hello, >>> >>> >>> I could not find an answer anywhere... >>> >>> I use the x11 terminal with a multiplot to draw several graphs. Is it >>> possible to zoom in/out the individual graphs (with mouse 3rd button, >>> keypresses of u/a/n/p etc.) At this moment, when I try to zoom in one >>> graph, the zooming is performed but the graph suddenly occupies the >>> whole canvas and I cannot see the other graphs of the multiplot. >>> >>> >>> Thanks for comments! >>> >>> Best regards, >>> Rudolf Sykora >> >> >> >> _______________________________________________ >> gnuplot-info mailing list >> gnu...@li... >> Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info > |