Objectives
- Manipulate the concept of page
- Understand the concept of subpage
- Create a complex layout
You will need to download
- At the end only
, the full solution...
Finally, A bit of layout ...
As we already did in on of the previous part of the tutorial, we will use the pseudo action page to do that to organise the diverses plots in a complex layout
The position of a page is set with the 4 following parameters
- page_x_position / page_y_position : to position in cm the bottom left corner of the page in its parent
- page_x_length / page_y_length : the dimension in cm.
The drawing area ( where the plotting is rendered) is called subpage and can position into the page using the 4 following parameters
- subpage_x_position / subpage_y_position : to position in cm the bottom left corner of the drawing area (subpage) in its parent page.
- subpage_x_length / subpage_y_length : the dimension in cm.
Parameters to check
Useful page parameters |
---|
layout |
page_x_position |
page_y_position |
page_x_length |
page_y_length |
subpage_x_position |
subpage_y_position |
subpage_x_length |
subpage_y_length |
page_id_line |
page_frame |