Skip to content

Commit ab9dcdd

Browse files
Small fixes on the presentation_options documentation page.
1 parent d772b8c commit ab9dcdd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Writerside/topics/presentation_options.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,12 @@ Option names on the diagrams (e.g., `axisTextSpacingX`) correspond to [`theme()`
8383

8484
**Simple options** accept numeric values directly, e.g. `theme(axisTextSpacingX = 10)`.
8585

86-
**Composite options** shown as `axisTitleX: Any?` accept [`elementText()`](%api_theme%/element-text.html) or [`elementRect()`](%api_theme%/element-rect.html) function results, e.g. `theme(axisTitleX = elementText(margin = listOf(5, 5)))`.
86+
**Composite options** shown as `axisTitleX: margin` accept [`elementText()`](%api_theme%/element-text.html) or [`elementRect()`](%api_theme%/element-rect.html) function results, e.g. `theme(axisTitleX = elementText(margin = listOf(5, 5)))`.
8787

8888
### Plot Panel Layout
8989

9090
<img src="plot_layout_scheme.png" alt="Plot layout scheme and theme parameters" style="block"/>
9191

92-
The main plot area consists of nested elements such as the panel, axes, titles, and captions, each with configurable margins and spacing parameters.
93-
9492
### Legend Box Layout
9593

96-
<img src="theme_legend_scheme.png" alt="Theme legend scheme" style="block"/>
97-
98-
The legend area consists of key-label pairs grouped into blocks, with configurable spacing between keys, labels, and blocks.
94+
<img src="theme_legend_scheme.png" alt="Theme legend scheme" style="block"/>

0 commit comments

Comments
 (0)