|
From: Gavin B. <gav...@ya...> - 2006-06-28 11:22:42
|
Hi, I don't think you want to use set size square. If I've understood you correctly all you need to do is to make sure that your plot ranges are all the same. Go through your data and find the largest ranges in x, y and z and set these values for all plots using set xrange. Hope this helped, Gavin. > Hi, > > I am drawing several plots like this: > > set palette > set pm3d map > set size square > set terminal png > splot "plotXX.data" > > Where XX is sequence number. Output are png files. > > I would like to have the images of same size and to > have the plots (map area) > same size as well, with exact position inside the > image? In other words, I > would like to put the images into a sequence and > create kind of animation. For > that I need the map to of the same size and on the > same position in each > "animation frame". > > Thanks for any hints, > > Stefan Urbanek > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |