Skip to content

Commit 03c5a54

Browse files
committed
Update examples.md
1 parent b354ad7 commit 03c5a54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/examples.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ Try the following tutorials and examples to learn and evaluate various features
8282
<a id="pos"></a>
8383
#### Position Adjustment
8484

85-
* `positionDodge` : [error_bars.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb)
86-
* `positionJitter` : [scatter_plot.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb)
87-
85+
* `positionDodge()` : [error_bars.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb)
86+
* `positionJitter()` : [scatter_plot.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb)
87+
* `positionStack(), positionFill()` : [position_stack.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/position_stack.ipynb)
8888

8989
<a id="scales"></a>
9090
#### Scales
@@ -211,3 +211,4 @@ See: [Sampling in Lets-Plot](https://github.com/JetBrains/lets-plot-kotlin/blob/
211211
See [GeoTools Support](https://github.com/JetBrains/lets-plot-kotlin/blob/master/docs/geotools.md).
212212

213213
* [geotools_naturalearth.ipynb](https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geotools_naturalearth.ipynb)
214+
* [geom_label.ipynb](http://localhost:8888/notebooks/examples/jupyter-notebooks/geom_label.ipynb)

0 commit comments

Comments
 (0)