I really don't think we can do it, that way --- it would break the sacred
backward compatibility of plot scripts.
Instead we would need new commands to generate 'multititle' or
'multitimestamp' decorations. Alternatively there could be options to 'set
multiplot' naming some plot elements that are to be output at full page
size, even before the first plot command is executed. Positioning them
could easily turn out to be a royal pain in the lower back though, without
any graph box to fix the layout.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cvs version now has an option
set multiplot {title "titlestring"} {layout ....}
In auto-layout mode, it should "just work".
If you are manually placing the plots you'll have to allow
for the space taken up at the top of the page by the title.
No change from current behaviour if you do not provide a title.
If you want a timestamp instead, well there's the option
set multiplot title "Real Title\n `date`"
Oh yeah, did I mention it handles multi-line titles?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=27517
I really don't think we can do it, that way --- it would break the sacred
backward compatibility of plot scripts.
Instead we would need new commands to generate 'multititle' or
'multitimestamp' decorations. Alternatively there could be options to 'set
multiplot' naming some plot elements that are to be output at full page
size, even before the first plot command is executed. Positioning them
could easily turn out to be a royal pain in the lower back though, without
any graph box to fix the layout.
Logged In: YES
user_id=235620
cvs version now has an option
set multiplot {title "titlestring"} {layout ....}
In auto-layout mode, it should "just work".
If you are manually placing the plots you'll have to allow
for the space taken up at the top of the page by the title.
No change from current behaviour if you do not provide a title.
If you want a timestamp instead, well there's the option
set multiplot title "Real Title\n `date`"
Oh yeah, did I mention it handles multi-line titles?