From: Dmitry <unk...@gm...> - 2025-02-25 09:50:38
|
Well, in normal mode, when plotting series of graphs with variable key height (key is outside), gnuplot shrinks the plots itself vertically to fit the key. So, we get a series of plots that look differently. The idea to move the key to a separate file (proposed by Ethan) solves this problem: key's height can vary, and the plots have the same height, they don't shrink vertically to fit the key. So, we get uniformly looking series of plots. > On 21/02/2025 19:32, Dmitry wrote: >> P.S. may be this solution deserves to to be listed at gnuplot wiki >> (something like "how to plot uniformly looking series of plots with >> variable legend height".) > > Possibly it does, but I'd suggest to name it differently, by what an > operator would want to achieve, not by how it translates into gnuplot. > > I don't understand what's the problem specifically, but I'd describe > plots by what I want to use in them, and, possibly, in what type of > terminal. > > -Yury > > > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-info |