Skip to content

Commit 9defec8

Browse files
Change examples order for the elementMarkdown().
1 parent 1e5558d commit 9defec8

File tree

1 file changed

+2
-2
lines changed
  • plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/themes

1 file changed

+2
-2
lines changed

plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/themes/theme.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,10 @@ fun elementText(
602602
*
603603
* ## Examples
604604
*
605-
* - [themes.ipynb](https://datalore.jetbrains.com/report/static/HZqq77cegYd.E7get_WnChZ/rjq52BpjPak2geihq3ol1h)
606-
*
607605
* - [markdown.ipynb](https://nbviewer.org/github/JetBrains/lets-plot-docs/blob/master/source/kotlin_examples/cookbook/markdown.ipynb)
608606
*
607+
* - [themes.ipynb](https://datalore.jetbrains.com/report/static/HZqq77cegYd.E7get_WnChZ/rjq52BpjPak2geihq3ol1h)
608+
*
609609
* @param color Text color. Accepts color core as string (HEX or rgb) or Color object.
610610
* @param family Font family.
611611
* @param face Font face ("plain", "italic", "bold", "bold_italic").

0 commit comments

Comments
 (0)