Using the following gri script, I get a plot which
goes of the page because an incorrect value of the
bounding box (if I change the bounding box using the
"set bounding box command" the page does fit nicely
on a page). The attached graph is the result I get.
set page size A4
set page landscape
#set bounding box 123 145 629 462 pt
open "cat \
U0000.01.dat \
U0000.02.dat \
|"
read columns x y
set x size 15
set y size {rpn ..xsize.. 5 0.5 power 1 - 2 / *}
set x name ""
set y name ""
draw axes
open U0000.01.dat
read columns x y
set color black
draw axes none
draw curve
open U0000.02.dat
read columns x y
set color red
draw axes none
draw curve
Logged In: YES
user_id=31559
Hi. I'll look at this for the next version. (Any chance you could post datafiles so
I can try to reproduce the error? The website lets you attach files.)