|
From: Ethan A M. <merritt@u.washington.edu> - 2008-11-16 19:00:37
|
On Sunday 16 November 2008, Pieter Cristiaan de Groot wrote: > Hello all, > > I would like to report a bug I found in Gnuplot 4.3 Patchlevel 0, > September 2008. terminal windows on win32 machine. > > I am reasonably sure that this should be posted here, if not please tell > me where. This is closely related to existing bug report #2163532 on the SourceForge bug tracker https://sourceforge.net/tracker/index.php?func=detail&aid=2163532&group_id=2055&atid=102055 Several fixes addressing this problem were made already, but clearly there are still remaining problems. > When making a colorplot using: > > set style data image > set view map > splot 'datafile' > > the key that gets automatically generated (the filename) is messed up. > > Where in previous versions (4.2.4) the key would appear above the axes > (I think tmargin), now it is placed behind the colorplot. I think that is expected behaviour. The key is always placed inside the plot by default. The fact that your example sort of worked in 4.2 is an accident. In fact the key box was placed quite incorrectly, but in your case it just happened to leave the top line of the key in an acceptable position. > Trying to replace the key position with 'set key lmargin/tmargin' etc. > gives funny results. Of these 'bmargin' is the worst, since it > completeley crashes gnuplot. Indeed. I have added that to the list of problems on the tracker item. thanks for the bug report, Ethan (sf...@us...) > Unfortunately my skills do not allow fixing this myself, so I hope > somebody can pick up this report. > > Thanks for all the efforts, the program is great! > > Pieter -- Ethan A Merritt |