From: Dave H. <da...@ho...> - 2021-02-02 22:52:52
|
On Tue, 2 Feb 2021, Ethan Merritt wrote: >> gnuplot> load 'health.gp' >> "health.gp" line 99: warning: y2 axis range undefined or overflow > > Since your script never sets a range for y2 at all that error message is > evidently correct. > > I do not understand how the script could ever have worked correctly > without either "set link y2" or "set y2range [min:max]". That's the bit that had me confused; it had been working for ages... > Could the script have gotten borked? Not according to the modification time unless it was some weird corruption. Anyway I'll explicitly set the y2range as you suggested. Thanks. -- Dave |