Re: key for pointsize variable: devel version



In article <Xns9AC0DDB7248986650A1FC0D7811DDBC81@xxxxxxxxxxxxx>,
Rahul <nospam@xxxxxxxxxxxxxx> wrote:
I used 'plot with pointsize variable' to vary the pointsize as mentioned in
the devel version. In such cases is it typical to provide some sort of
legend / key to give the reader a better idea of the size<->magnitude
mapping?

That's an interesting point. If you add that as a "feature request" on
the SourceForge site, perhaps someone will choose to work on it for the
next release version.

Any internal way to draw such a legend or does one hack this manually?

You'd have to hack it. I would suggest using something like this
(totally untested):
set label 10 at screen 0.9, screen 0.90 "Magnitude 10" point ps 10
set label 9 at screen 0.9, screen 0.85 "Magnitude 9" point ps 9
...
set label 1 at screen 0.9, screen 0.45 "Magnitude 1" point ps 1


--
Ethan A Merritt
.



Relevant Pages

  • Re: [PATCH 11/12] vmscan: Write out dirty pages in batch
    ... It also makes the next patch ... window and will choke just as much on random IO patterns. ... there is a list_sort() function that could be used to sort ... within the mapping would result in all the pages on each mapping ...
    (Linux-Kernel)
  • Re: [PATCH 11/12] vmscan: Write out dirty pages in batch
    ... It also makes the next patch ... there is a list_sort() function that could be used to sort ... within the mapping would result in all the pages on each mapping ... maybe "the sort queue is the submission queue" wasn't a good idea. ...
    (Linux-Kernel)
  • [PATCH] unicode table for cp437
    ... a mapping for U+00b4 is missing even though easily possible. ... 0x27 enables a sort of acute accent which is a widely used character ... 0x44 (enhancement) enables a sort of icelandic capital letter eth ...
    (Linux-Kernel)
  • Re: [PATCH 11/12] vmscan: Write out dirty pages in batch
    ... The patch to sort the list being cleaned by reclaim looks like this. ... Sort pages being queued for IO before submitting to the filesystem ... within the mapping would result in all the pages on each mapping ... struct address_space *mapping; ...
    (Linux-Kernel)
  • Anyone ever think of a unicode wrapper extension? [Was: Re: bold symbol font
    ... Has anyone thought about building some sort of preprocessor or mapping ... function where the various Unicode characters have symbolic names, ...
    (comp.lang.tcl)