|
From: <ds...@ch...> - 2005-09-16 21:58:53
|
Ethan, I'm away on business for a month. I'll try looking at this over a weekend. Thanks, Dan > > From: Ethan Merritt <merritt@u.washington.edu> > Date: 2005/09/16 Fri PM 04:56:35 EDT > To: <gnu...@li...> > CC: Daniel J Sebald <dan...@ie...> > Subject: Bugs in new key placement code > > Try the following: > > set key box title "Foo" > splot 1,2,3,4,5 > > Everything is OK so far. Now try: > > set key rmargin > replot > > That's not what I expected, but let's proceed. > > set key tmargin > replot > > Huh? The box is no longer correct. > > set key lmargin > replot > > Seems to be a no-op. Key is still broken. > > set key title "A much longer title" > replot > > And now it's obvious that the title centering is not > correct, either. > > Now let's start again (2D this time) > > reset > set key box title "A much longer title" > plot 1,2,3,4,5 > > In 2D the title is centered, but the box is not adjusted > to fit it. > > -- > Ethan A Merritt merritt@u.washington.edu > Biomolecular Structure Center > Mailstop 357742 > University of Washington, Seattle, WA 98195 > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your very > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > |