|
From: Ethan A M. <sf...@us...> - 2011-02-04 17:53:38
|
On Friday, February 04, 2011 01:17:36 am Benjamin Lindner wrote: > Hello list, > > I ran into another strange behviour with the windows terminal and enhanced text. > With a 4.5.0 CVS snapshot build, when I execute > > set term windows enhanced > set ylabel "something in mm^2" > plot [0:2*pi] sin(x) with linespoints > > the ylabel is placed horizontally at the top left corner, however if I > do instead I should note that I cannot reproduce this bug using Tatsuro Matsuoka's CVS snapshot from 18-Jan-2011 running under wine. So it may or may not be an actual code problem as opposed to a configuration problem. Ethan > > set tem windows enhanced > plot [0:2*pi] sin(x) with linespoints > set ylabel "something in mm^2" > replot > > it works as expected. > |