Skip to content

Commit 7f19a69

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 8b49bb1 + c6b2566 commit 7f19a69

File tree

23 files changed

+3715
-3723
lines changed

23 files changed

+3715
-3723
lines changed

docs/api-reference/plot-api/alltypes/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h5><a href="../jetbrains.lets-plot/-geom/index.html">jetbrains.letsPlot.Geom</a
196196
</tr>
197197
<tr>
198198
<h5><a href="../jetbrains.lets-plot.geom/geom_abline/index.html">jetbrains.letsPlot.geom.geom_abline</a></h5>
199-
<p>Add a line with specified slope and intercept to a plot.</p>
199+
<p>Add a line with specified slope and intercept to the plot.</p>
200200
</tr>
201201
<tr>
202202
<h5><a href="../jetbrains.lets-plot.geom/geom_area/index.html">jetbrains.letsPlot.geom.geom_area</a></h5>
@@ -210,8 +210,7 @@ <h5><a href="../jetbrains.lets-plot.geom/geom_bar/index.html">jetbrains.letsPlot
210210
</tr>
211211
<tr>
212212
<h5><a href="../jetbrains.lets-plot.geom/geom_bin2d/index.html">jetbrains.letsPlot.geom.geom_bin2d</a></h5>
213-
<p>Displays a 1d distribution by dividing variable mapped to x axis into bins and
214-
counting the number of observations in each bin.</p>
213+
<p>Divide the plane into a grid and color the bins by the count of cases in them.</p>
215214
</tr>
216215
<tr>
217216
<h5><a href="../jetbrains.lets-plot.geom/geom_boxplot/index.html">jetbrains.letsPlot.geom.geom_boxplot</a></h5>
@@ -266,7 +265,7 @@ <h5><a href="../jetbrains.lets-plot.geom/geom_histogram/index.html">jetbrains.le
266265
</tr>
267266
<tr>
268267
<h5><a href="../jetbrains.lets-plot.geom/geom_hline/index.html">jetbrains.letsPlot.geom.geom_hline</a></h5>
269-
<p>Add straight horizontal lines to a plot.</p>
268+
<p>Add a straight horizontal line to the plot.</p>
270269
</tr>
271270
<tr>
272271
<h5><a href="../jetbrains.lets-plot.geom/geom_image/index.html">jetbrains.letsPlot.geom.geom_image</a></h5>
@@ -329,15 +328,15 @@ <h5><a href="../jetbrains.lets-plot.geom/geom_step/index.html">jetbrains.letsPlo
329328
</tr>
330329
<tr>
331330
<h5><a href="../jetbrains.lets-plot.geom/geom_text/index.html">jetbrains.letsPlot.geom.geom_text</a></h5>
332-
<p>Adds text directly to the plot.</p>
331+
<p>Add a text directly to the plot.</p>
333332
</tr>
334333
<tr>
335334
<h5><a href="../jetbrains.lets-plot.geom/geom_tile/index.html">jetbrains.letsPlot.geom.geom_tile</a></h5>
336335
<p>Display a rectangle defined by the center of the tile and its size (x, y, width, height).</p>
337336
</tr>
338337
<tr>
339338
<h5><a href="../jetbrains.lets-plot.geom/geom_vline/index.html">jetbrains.letsPlot.geom.geom_vline</a></h5>
340-
<p>Add a straight horizontal lines to a plot.</p>
339+
<p>Add a straight vertical line to the plot.</p>
341340
</tr>
342341
<tr>
343342
<h5><a href="../jetbrains.lets-plot.intern/-geom-kind/index.html">jetbrains.letsPlot.intern.GeomKind</a></h5>

docs/api-reference/plot-api/index-outline.html

Lines changed: 3673 additions & 3673 deletions
Large diffs are not rendered by default.

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_abline/-init-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1>&lt;init&gt;</h1>
7575
class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a
7676
href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a>&nbsp;<span
7777
class="symbol">=</span>&nbsp;{}<span class="symbol">)</span></code>
78-
<p>Add a line with specified slope and intercept to a plot.</p>
78+
<p>Add a line with specified slope and intercept to the plot.</p>
7979
<h3>Parameters</h3>
8080
<p><a name="data"></a>
8181
<code>data</code> - dictionary or pandas DataFrame, optional.

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_abline/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>geom_abline</h1>
1818
href="../../jetbrains.lets-plot.intern.layer.geom/-a-b-line-aesthetics/index.html"><span class="identifier">ABLineAesthetics</span></a><span
1919
class="symbol">, </span><a href="../../jetbrains.lets-plot.intern.layer/-layer-base/index.html"><span
2020
class="identifier">LayerBase</span></a></code>
21-
<p>Add a line with specified slope and intercept to a plot.</p>
21+
<p>Add a line with specified slope and intercept to the plot.</p>
2222
<h3>Parameters</h3>
2323
<p><a name="data"></a>
2424
<code>data</code> - dictionary or pandas DataFrame, optional.
@@ -67,7 +67,7 @@ <h3>Constructors</h3>
6767
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
6868
</td>
6969
<td>
70-
<p>Add a line with specified slope and intercept to a plot.</p>
70+
<p>Add a line with specified slope and intercept to the plot.</p>
7171
<code><span class="identifier">geom_abline</span><span class="symbol">(</span><span class="identifier"
7272
id="jetbrains.letsPlot.geom.geom_abline$<init>(kotlin.collections.Map((kotlin.Any, )), jetbrains.letsPlot.intern.layer.StatOptions, jetbrains.letsPlot.intern.layer.PosOptions, kotlin.Boolean, jetbrains.letsPlot.intern.layer.SamplingOptions, kotlin.Double, kotlin.Double, kotlin.Number, kotlin.Any, kotlin.Any, kotlin.Number, kotlin.Function1((jetbrains.letsPlot.intern.layer.geom.ABLineMapping, kotlin.Unit)))/data">data</span><span
7373
class="symbol">:</span>&nbsp;<a

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_bin2d/-init-.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ <h1>&lt;init&gt;</h1>
115115
class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a
116116
href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a>&nbsp;<span
117117
class="symbol">=</span>&nbsp;{}<span class="symbol">)</span></code>
118-
<p>Displays a 1d distribution by dividing variable mapped to x axis into bins and
119-
counting the number of observations in each bin.</p>
118+
<p>Divide the plane into a grid and color the bins by the count of cases in them.</p>
120119
<h3>Parameters</h3>
121120
<p><a name="data"></a>
122121
<code>data</code> - dictionary or pandas DataFrame, optional.

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_bin2d/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ <h1>geom_bin2d</h1>
2121
href="../../jetbrains.lets-plot.intern.layer.stat/-bin2d-stat-parameters/index.html"><span class="identifier">Bin2dStatParameters</span></a><span
2222
class="symbol">, </span><a href="../../jetbrains.lets-plot.intern.layer/-layer-base/index.html"><span
2323
class="identifier">LayerBase</span></a></code>
24-
<p>Displays a 1d distribution by dividing variable mapped to x axis into bins and
25-
counting the number of observations in each bin.</p>
24+
<p>Divide the plane into a grid and color the bins by the count of cases in them.</p>
2625
<h3>Parameters</h3>
2726
<p><a name="data"></a>
2827
<code>data</code> - dictionary or pandas DataFrame, optional.
@@ -79,8 +78,7 @@ <h3>Constructors</h3>
7978
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
8079
</td>
8180
<td>
82-
<p>Displays a 1d distribution by dividing variable mapped to x axis into bins and
83-
counting the number of observations in each bin.</p>
81+
<p>Divide the plane into a grid and color the bins by the count of cases in them.</p>
8482
<code><span class="identifier">geom_bin2d</span><span class="symbol">(</span><span class="identifier"
8583
id="jetbrains.letsPlot.geom.geom_bin2d$<init>(kotlin.collections.Map((kotlin.Any, )), jetbrains.letsPlot.intern.layer.StatOptions, jetbrains.letsPlot.intern.layer.PosOptions, kotlin.Boolean, jetbrains.letsPlot.intern.layer.SamplingOptions, kotlin.Double, kotlin.Double, kotlin.Double, kotlin.Double, kotlin.Number, kotlin.Any, kotlin.Any, kotlin.Any, kotlin.Number, kotlin.Any, kotlin.Pair((kotlin.Int, )), kotlin.Pair((kotlin.Number, )), kotlin.Boolean, kotlin.Function1((jetbrains.letsPlot.intern.layer.geom.Bin2dMapping, kotlin.Unit)))/data">data</span><span
8684
class="symbol">:</span>&nbsp;<a

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_hline/-init-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h1>&lt;init&gt;</h1>
7070
class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a
7171
href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a>&nbsp;<span
7272
class="symbol">=</span>&nbsp;{}<span class="symbol">)</span></code>
73-
<p>Add straight horizontal lines to a plot.</p>
73+
<p>Add a straight horizontal line to the plot.</p>
7474
<h3>Parameters</h3>
7575
<p><a name="data"></a>
7676
<code>data</code> - dictionary or pandas DataFrame, optional.

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_hline/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>geom_hline</h1>
1818
href="../../jetbrains.lets-plot.intern.layer.geom/-h-line-aesthetics/index.html"><span class="identifier">HLineAesthetics</span></a><span
1919
class="symbol">, </span><a href="../../jetbrains.lets-plot.intern.layer/-layer-base/index.html"><span
2020
class="identifier">LayerBase</span></a></code>
21-
<p>Add straight horizontal lines to a plot.</p>
21+
<p>Add a straight horizontal line to the plot.</p>
2222
<h3>Parameters</h3>
2323
<p><a name="data"></a>
2424
<code>data</code> - dictionary or pandas DataFrame, optional.
@@ -62,7 +62,7 @@ <h3>Constructors</h3>
6262
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
6363
</td>
6464
<td>
65-
<p>Add straight horizontal lines to a plot.</p>
65+
<p>Add a straight horizontal line to the plot.</p>
6666
<code><span class="identifier">geom_hline</span><span class="symbol">(</span><span class="identifier"
6767
id="jetbrains.letsPlot.geom.geom_hline$<init>(kotlin.collections.Map((kotlin.Any, )), jetbrains.letsPlot.intern.layer.StatOptions, jetbrains.letsPlot.intern.layer.PosOptions, kotlin.Boolean, jetbrains.letsPlot.intern.layer.SamplingOptions, kotlin.Number, kotlin.Number, kotlin.Any, kotlin.Any, kotlin.Number, kotlin.Function1((jetbrains.letsPlot.intern.layer.geom.HLineMapping, kotlin.Unit)))/data">data</span><span
6868
class="symbol">:</span>&nbsp;<a

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_text/-init-.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1>&lt;init&gt;</h1>
100100
class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a
101101
href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a>&nbsp;<span
102102
class="symbol">=</span>&nbsp;{}<span class="symbol">)</span></code>
103-
<p>Adds text directly to the plot.</p>
103+
<p>Add a text directly to the plot.</p>
104104
<h3>Parameters</h3>
105105
<p><a name="data"></a>
106106
<code>data</code> - dictionary or pandas DataFrame, optional.

docs/api-reference/plot-api/jetbrains.lets-plot.geom/geom_text/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1>geom_text</h1>
1818
href="../../jetbrains.lets-plot.intern.layer.geom/-text-aesthetics/index.html"><span class="identifier">TextAesthetics</span></a><span
1919
class="symbol">, </span><a href="../../jetbrains.lets-plot.intern.layer/-layer-base/index.html"><span
2020
class="identifier">LayerBase</span></a></code>
21-
<p>Adds text directly to the plot.</p>
21+
<p>Add a text directly to the plot.</p>
2222
<h3>Parameters</h3>
2323
<p><a name="data"></a>
2424
<code>data</code> - dictionary or pandas DataFrame, optional.
@@ -75,7 +75,7 @@ <h3>Constructors</h3>
7575
<h4><a href="-init-.html">&lt;init&gt;</a></h4>
7676
</td>
7777
<td>
78-
<p>Adds text directly to the plot.</p>
78+
<p>Add a text directly to the plot.</p>
7979
<code><span class="identifier">geom_text</span><span class="symbol">(</span><span class="identifier"
8080
id="jetbrains.letsPlot.geom.geom_text$<init>(kotlin.collections.Map((kotlin.Any, )), jetbrains.letsPlot.intern.layer.StatOptions, jetbrains.letsPlot.intern.layer.PosOptions, kotlin.Boolean, jetbrains.letsPlot.intern.layer.SamplingOptions, kotlin.Double, kotlin.Double, kotlin.String, kotlin.Number, kotlin.Any, kotlin.Number, kotlin.String, kotlin.String, kotlin.Any, kotlin.Any, kotlin.Double, kotlin.Function1((jetbrains.letsPlot.intern.layer.geom.TextMapping, kotlin.Unit)))/data">data</span><span
8181
class="symbol">:</span>&nbsp;<a

0 commit comments

Comments
 (0)