From: Dave H. <da...@ho...> - 2021-02-03 02:05:23
|
On Tue, 2 Feb 2021, Ethan Merritt wrote: > I do not understand how the script could ever have worked correctly > without either "set link y2" or "set y2range [min:max]". Well, stuffed if I know how it managed to work since 2013 when I first wrote it (with minor tweaks); I think we can safely file this under "H" for "Heisenbug" :-) Explicitly setting "y2range [0:160]" (the same as "yrange" because it happened to be the same scale) fixed it; there's probably a better way but I like to spell things out (I might want to change the scale(s) one day), and it may have something to do with different captions. Many thanks! I dunno how I missed that, or how it even worked at all... -- Dave |