Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!ceres.physics.uiowa.edu!news.iastate.edu!edd From: edd@iastate.edu (Doering Edward Raymond) Newsgroups: comp.lang.idl-pvwave Subject: Re: Multiple plots per page Message-ID: <1991Feb27.144046.16163@news.iastate.edu> Date: 27 Feb 91 14:40:46 GMT References: <259@locke.water.ca.gov> Sender: news@news.iastate.edu (USENET News System) Organization: Iowa State University, Ames, IA Lines: 22 In article <259@locke.water.ca.gov> rfinch@caldwr.water.ca.gov (Ralph Finch) writes: > >PV-Wave 3.02 on a Sun 4/260. > >I'm trying to make 2 plots on a page, stacked vertically. Page 3-14 >of the Wave manual has exactly what I want: > >!p.multi=[0,0,2,0,0] > >and it does indeed produce two plots. But, they each only take 1/4 of >the page, leaving the bottom half of the page blank. Any ideas on how >to overcome this in an easy fashion? Curiously when output goes to >the display it works fine, when it goes to the postscript printer it's >not. Try re-sizing the plot window of the PostScript device; for example: WAVE> set_plot, 'PS' WAVE> device, /inches, xsize=7.0, ysize=10.0,yoffset=0.5,xoffset=1 ----- Ed Doering (edd@iastate.edu)