|
From: Philipp K. J. <ja...@ie...> - 2014-06-18 22:03:43
|
> > 1) Naming of margins > > The naming of the margin options scatters > > them around in any alphabetical listing of > > options. I wonder whether we could add > > alternative names, that put the location > > last (not first) - similar to what is done > > in CSS: margin-top, margin-bottom, etc. > > Where do you mean? > They are already collected together so far as "show margin" > output is concerned, or "help set margin" for that matter. For instance in the reference manual... > > > Alternatively (and more ambitiously) one could > > treat the location of the margin as a sub-option, > > like so: > > set margin top 5 > > and so on. This would (in principle) allow to > > combine settings: > > set margin left right 5 > > but I am not sure how useful that would be. > > Maybe just > set margins [l],[r],[t],[b] That would be fine... > > I have wanted that from time to time. > > > 2) Explicit display of margin value > > Is there a way to show the actual margin value, > > when the margin is computed automatically? > > You mean in screen coordinates? > > set lmargin at screen GPVAL_TERM_XMIN / GPVAL_TERM_XSIZE > > and so on. I see. Yes, that would work. But I was actually thinking of a more direct display, in the same coordinate system that "set margin" takes - in other words, using the current character position of the margin. But I agree that the command above solves my problem. > > > 3) Key position and offset > > A very similar situation arises with the positioning > > of the key. Frequently, I am happy with the automatic > > positioning, but would like to adjust it slightly. > > > > I can see two solutions for that: one is that > > show key > > would display the actual position of the margin (so > > that this position, when given to "set key at ..." > > would reproduce the previous plot), > > See above. These values can be retrieved from the GPVAL variables. What variables hold the key position? When I do "show variables all", nothing seems appropriate. > > Ethan > > ------------------------------------------------------------------------------ > HPCC Systems Open Source Big Data Platform from LexisNexis Risk > Solutions Find What Matters Most in Your Big Data with HPCC Systems > Open Source. Fast. Scalable. Simple. Ideal for Dirty Data. > Leverages Graph Analysis for Fast Processing & Easy Data Exploration > http://p.sf.net/sfu/hpccsystems > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > Membership management via: > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta |