|
From: Ethan M. <merritt@u.washington.edu> - 2006-06-20 20:46:20
|
On Saturday 17 June 2006 07:14 am, L=C3=B8v=C3=A5s Olvar wrote: > Hello, > > It is possible to rotate a plot 90 degrees before plotting on screen? Depends on what terminal type you want to use. If you don't need mousing, just screen display then you have at least 2 options: =46or PostScript output you can switch Landscape/Portrait either in the plot itself or in the viewer: set term post landscape set output '|gv -' =46or PNG you can rotate to any angle you please set term png set output '|display -rotate 270 png:-' But I don't know of a way to rotate the output of terminals x11 or windows so that it's mousable. =2D-=20 Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |