|
From: Daniel J S. <dan...@ie...> - 2006-11-02 18:57:41
|
Daniel J Sebald wrote: >> From a fresh launch of gnuplot (cvs version), this demo: > > set title "Automatically recognizing file type and extracting file > information" plot 'demo.edf' binary filetype=auto with image > > creates a plot that is square. That is, its as though "square" is > active. But I can't recall it being that way. Also, if it is > "square", I thought we changed that so the plot appears at the center > of the window, not to the left side. Yeah, on the demo gallery at www.gnuplot.info is an example of how I remember this one, i.e., the plots filling the whole space. > > The last demo: > > set xrange [-0.5:137.5] set yrange [-0.5:137.5] unset border unset > xtics unset ytics unset ztics unset key unset colorbox set tmargin 0 > set bmargin 0 set rmargin 0 set lmargin 0 set view 60, 45, 1, 1 set > label 1 "\"Mirror mirror on the wall,\nwho's the GNUiest penguin of > all?\"" at 140,0,40 center splot 'blutux.rgb' binary array=128x128 > flip=y rot=90d origin=(0,0,0) perp = (1,0,0) format='%uchar' using > ($1+$2+$3) with image, \ 'blutux.rgb' binary array=128x128 flipy > rot=90d origin=(+137,+137,0) perp=(0,1,0) format='%uchar' using > ($1+$2+$3) with image > > has Tux at different angles and offset from what s/he normally is, > now covering up the caption. Also, when I try running this last demo > from a fresh gnuplot, it fails, saying: And this one has two instances, oddly enough, on the web page. One is the way originally intended, and one is the incorrect example I'm now seeing in x11. Not sure what has happened, Dan PS: What's with all these fancy "coming attractions" plots? Like some kind of feature film or something. :-) |