|
From: Daniel J S. <dan...@ie...> - 2005-06-30 20:11:29
|
Ethan Merritt wrote: > I think this is almost ready for inclusion, barring some extraneous > messages from time-travellers like the one below: :) I'll take that out. It can always be gotten from CVS. > The only other glitch I notice is that the default placement of > "set key below" seems to have changed from "below center" to > "below right". E.g. > set key below > plot sin(x) > now places the key at the bottom right corner of the page, rather > than centering it under the plot. Please fix that, because I'm > sure this will be triggered by a *lot* of existing scripts. I overlooked that. Yes, "under" alone should be centered. Should "under" by a synonym for "outside bottom center", or just "outside bottom" so that "under left" is valid? Should I add a series of conflicting keyword error messages? E.g., should "under inside" complain or simply override the "outside" inherent in "under"? Dan |