@@ -27,55 +27,55 @@ Try the following tutorials and examples to learn and evaluate various features
27
27
<a id =" geoms_n_stats " ></a >
28
28
#### Geoms and Stats
29
29
30
- ` geom_histogram, geom_density, geom_vline, geom_freqpoly, geom_boxplot ` :
30
+ ` geomHistogram, geomDensity, geomVLine, geomFreqpoly, geomBoxplot ` :
31
31
32
32
[ distributions.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/distributions.ipynb )
33
33
34
- ` geom_errorbar, geom_line, geom_point, geom_bar, geom_crossbar, geom_linerange, geom_pointrange ` :
34
+ ` geomErrorBar, geomLine, geomPoint, geomBar, geomCrossbar, geomLineRange, geomPointRange ` :
35
35
36
36
[ error_bars.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb )
37
37
38
- ` geom_point, geom_smooth (stat_smooth )` :
38
+ ` geomPoint, geomSmooth (statSmooth )` :
39
39
40
40
[ scatter_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb )
41
41
42
- [ geom_smooth.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_smooth.ipynb )
42
+ [ geom_smooth.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_smooth.ipynb )
43
43
44
- ` geom_density2d, geom_density2df, geom_bin2d, geom_polygon, geom_point ` :
44
+ ` geomDensity2D, geomDensity2DFilled, geomBin2D, geomPolygon, geomPoint ` :
45
45
46
46
[ density_2d.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/density_2d.ipynb )
47
47
48
- ` geom_tile, geom_contour, geom_polygon (Stat.contour), geom_contourf ` :
48
+ ` geomTile, geomContour, geomPolygon (Stat.contour), geomContourFilled ` :
49
49
50
50
[ contours.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/contours.ipynb )
51
51
52
- ` geom_text ` , label format
52
+ ` geomText ` , label format
53
53
54
54
[ label_format.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/label_format.ipynb )
55
55
56
56
57
57
<a id =" pos " ></a >
58
58
#### Position Adjustment
59
59
60
- * ` position_dodge ` : [ error_bars.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb )
61
- * ` position_jitter ` : [ scatter_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb )
60
+ * ` positionDodge ` : [ error_bars.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb )
61
+ * ` positionJitter ` : [ scatter_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb )
62
62
63
63
64
64
<a id =" scales " ></a >
65
65
#### Scales
66
66
67
- * ` scale_color_manual, scale_fill_manual ` :
68
- [ error_bars.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb )
69
- * ` scale_x_continuous, scale_shape_manual ` :
70
- [ scatter_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb )
71
- * ` scale_color_gradient ` : [ density_2d.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/density_2d.ipynb )
72
- * ` scale_fill_hue, scale_fill_grey, scale_color_gradient ` : [ contours.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/contours.ipynb )
67
+ * ` scaleColorManual, scaleFillManual ` :
68
+ [ error_bars.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/error_bars.ipynb )
69
+ * ` scaleXContinuous, scaleShapeManual ` :
70
+ [ scatter_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/scatter_plot.ipynb )
71
+ * ` scaleColorGradient ` : [ density_2d.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/density_2d.ipynb )
72
+ * ` scaleFillHue, scaleFillGrey, scaleColorGradient ` : [ contours.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/contours.ipynb )
73
73
74
74
75
75
<a id =" facets " ></a >
76
76
#### Facets
77
77
78
- * ` facet_grid (), facet_wrap ()` :
78
+ * ` facetGrid (), facetWrap ()` :
79
79
[ facets.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/facets.ipynb )
80
80
81
81
<a id =" ggbunch " ></a >
@@ -95,7 +95,8 @@ A simple utility which you can use to arrange plots in a regular grid.
95
95
* [ correlation_plot.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/correlation_plot.ipynb )
96
96
97
97
<a id =" as_discrete " ></a >
98
- #### ` as_discrete() ` function
98
+
99
+ #### ` asDiscrete() ` function
99
100
100
101
* [ geom_smooth.ipynb] ( https://nbviewer.jupyter.org/github/JetBrains/lets-plot-kotlin/blob/master/docs/examples/jupyter-notebooks/geom_smooth.ipynb )
101
102
0 commit comments