|
From: Ethan A M. <me...@uw...> - 2022-08-12 17:16:04
|
On Thursday, 11 August 2022 18:10:44 PDT Dima Kogan wrote: > > It's also a bit weird that "set xyplane at <foo>" is actually > > acting as if it were "set xrange [ low : high + foo ]. > > I worry that setting <foo> to anything other than zero may > > have other unexpected side effects. > > > > Ethan > Something is being strangely proportional. If > I make the same plot, but do so interactively, (without "set terminal" > or "set output"), then I see the length of the tics change as I > interactively move the xyplane (shift+button2+drag up/down). That would be an example of "unexpected side effects" :-) I think the tic lengths are changing due to the changing aspect ratio of the plot. I see the same effect just by changing the window size by dragging a corner with the mouse. There does seem to be a difference between gnuplot 4 and gnuplot 5, so the change/bug/quirk/whatever probably dates back a few years. I'll have a look but I'm working on other things right now. Ethan |