lets-plot 4.5.0__cp311-cp311-macosx_11_0_arm64.whl → 4.5.0rc1__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of lets-plot might be problematic. Click here for more details.
- lets_plot/__init__.py +1 -1
- lets_plot/_version.py +1 -1
- lets_plot/bistro/corr.py +1 -6
- lets_plot/bistro/joint.py +2 -7
- lets_plot/bistro/qq.py +5 -10
- lets_plot/bistro/residual.py +1 -6
- lets_plot/bistro/waterfall.py +4 -4
- lets_plot/package_data/lets-plot.min.js +1 -1
- lets_plot/plot/annotation.py +1 -1
- lets_plot/plot/expand_limits_.py +5 -5
- lets_plot/plot/facet.py +2 -2
- lets_plot/plot/geom.py +123 -314
- lets_plot/plot/geom_function_.py +2 -8
- lets_plot/plot/geom_livemap_.py +0 -32
- lets_plot/plot/ggtb_.py +3 -6
- lets_plot/plot/scale.py +40 -40
- lets_plot/plot/scale_colormap_mpl.py +3 -3
- lets_plot/plot/scale_identity_.py +19 -11
- lets_plot/plot/scale_position.py +14 -14
- lets_plot/plot/stat.py +0 -24
- lets_plot/plot/theme_.py +5 -8
- lets_plot/plot/tooltip.py +1 -1
- lets_plot/tilesets.py +69 -4
- {lets_plot-4.5.0.dist-info → lets_plot-4.5.0rc1.dist-info}/METADATA +18 -33
- {lets_plot-4.5.0.dist-info → lets_plot-4.5.0rc1.dist-info}/RECORD +29 -29
- lets_plot_kotlin_bridge.cpython-311-darwin.so +0 -0
- {lets_plot-4.5.0.dist-info → lets_plot-4.5.0rc1.dist-info}/LICENSE +0 -0
- {lets_plot-4.5.0.dist-info → lets_plot-4.5.0rc1.dist-info}/WHEEL +0 -0
- {lets_plot-4.5.0.dist-info → lets_plot-4.5.0rc1.dist-info}/top_level.txt +0 -0
lets_plot/plot/scale_position.py
CHANGED
|
@@ -65,7 +65,7 @@ def scale_x_continuous(name=None, *,
|
|
|
65
65
|
- 'Num {}' -> 'Num 12.456789'
|
|
66
66
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
67
67
|
|
|
68
|
-
For more info see
|
|
68
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
69
69
|
position : str
|
|
70
70
|
The position of the axis:
|
|
71
71
|
|
|
@@ -149,7 +149,7 @@ def scale_y_continuous(name=None, *,
|
|
|
149
149
|
- 'Num {}' -> 'Num 12.456789'
|
|
150
150
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
151
151
|
|
|
152
|
-
For more info see
|
|
152
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
153
153
|
position : str
|
|
154
154
|
The position of the axis:
|
|
155
155
|
|
|
@@ -230,7 +230,7 @@ def scale_x_log10(name=None, *,
|
|
|
230
230
|
- 'Num {}' -> 'Num 12.456789'
|
|
231
231
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
232
232
|
|
|
233
|
-
For more info see
|
|
233
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
234
234
|
position : str
|
|
235
235
|
The position of the axis:
|
|
236
236
|
|
|
@@ -307,7 +307,7 @@ def scale_y_log10(name=None, *,
|
|
|
307
307
|
- 'Num {}' -> 'Num 12.456789'
|
|
308
308
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
309
309
|
|
|
310
|
-
For more info see
|
|
310
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
311
311
|
position : str
|
|
312
312
|
The position of the axis:
|
|
313
313
|
|
|
@@ -384,7 +384,7 @@ def scale_x_log2(name=None, *,
|
|
|
384
384
|
- 'Num {}' -> 'Num 12.456789'
|
|
385
385
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
386
386
|
|
|
387
|
-
For more info see
|
|
387
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
388
388
|
position : str
|
|
389
389
|
The position of the axis:
|
|
390
390
|
|
|
@@ -461,7 +461,7 @@ def scale_y_log2(name=None, *,
|
|
|
461
461
|
- 'Num {}' -> 'Num 12.456789'
|
|
462
462
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
463
463
|
|
|
464
|
-
For more info see
|
|
464
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
465
465
|
position : str
|
|
466
466
|
The position of the axis:
|
|
467
467
|
|
|
@@ -538,7 +538,7 @@ def scale_x_reverse(name=None, *,
|
|
|
538
538
|
- 'Num {}' -> 'Num 12.456789'
|
|
539
539
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
540
540
|
|
|
541
|
-
For more info see
|
|
541
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
542
542
|
position : str
|
|
543
543
|
The position of the axis:
|
|
544
544
|
|
|
@@ -615,7 +615,7 @@ def scale_y_reverse(name=None, *,
|
|
|
615
615
|
- 'Num {}' -> 'Num 12.456789'
|
|
616
616
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
617
617
|
|
|
618
|
-
For more info see
|
|
618
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
619
619
|
position : str
|
|
620
620
|
The position of the axis:
|
|
621
621
|
|
|
@@ -699,7 +699,7 @@ def scale_x_discrete(name=None, *,
|
|
|
699
699
|
- 'Num {}' -> 'Num 12.456789'
|
|
700
700
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
701
701
|
|
|
702
|
-
For more info see
|
|
702
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
703
703
|
position : str
|
|
704
704
|
The position of the axis:
|
|
705
705
|
|
|
@@ -784,7 +784,7 @@ def scale_x_discrete_reversed(name=None, *,
|
|
|
784
784
|
- 'Num {}' -> 'Num 12.456789'
|
|
785
785
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
786
786
|
|
|
787
|
-
For more info see
|
|
787
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
788
788
|
position : str
|
|
789
789
|
The position of the axis:
|
|
790
790
|
|
|
@@ -868,7 +868,7 @@ def scale_y_discrete(name=None, *,
|
|
|
868
868
|
- 'Num {}' -> 'Num 12.456789'
|
|
869
869
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
870
870
|
|
|
871
|
-
For more info see
|
|
871
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
872
872
|
position : str
|
|
873
873
|
The position of the axis:
|
|
874
874
|
|
|
@@ -953,7 +953,7 @@ def scale_y_discrete_reversed(name=None, *,
|
|
|
953
953
|
- 'Num {}' -> 'Num 12.456789'
|
|
954
954
|
- 'TTL: {.2f}$' -> 'TTL: 12.45$'
|
|
955
955
|
|
|
956
|
-
For more info see
|
|
956
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
957
957
|
position : str
|
|
958
958
|
The position of the axis:
|
|
959
959
|
|
|
@@ -1041,7 +1041,7 @@ def scale_x_datetime(name=None, *,
|
|
|
1041
1041
|
- '%B %Y' -> 'August 2019'
|
|
1042
1042
|
- '%a, %e %b %Y %H:%M:%S' -> 'Tue, 6 Aug 2019 04:46:35'
|
|
1043
1043
|
|
|
1044
|
-
For more info see
|
|
1044
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
1045
1045
|
position : str
|
|
1046
1046
|
The position of the axis:
|
|
1047
1047
|
|
|
@@ -1128,7 +1128,7 @@ def scale_y_datetime(name=None, *,
|
|
|
1128
1128
|
- '%B %Y' -> 'August 2019'
|
|
1129
1129
|
- '%a, %e %b %Y %H:%M:%S' -> 'Tue, 6 Aug 2019 04:46:35'
|
|
1130
1130
|
|
|
1131
|
-
For more info see
|
|
1131
|
+
For more info see https://lets-plot.org/python/pages/formats.html.
|
|
1132
1132
|
position : str
|
|
1133
1133
|
The position of the axis:
|
|
1134
1134
|
|
lets_plot/plot/stat.py
CHANGED
|
@@ -44,7 +44,6 @@ def stat_summary(mapping=None, *, data=None, geom=None,
|
|
|
44
44
|
tooltips : `layer_tooltips`
|
|
45
45
|
Result of the call to the `layer_tooltips()` function.
|
|
46
46
|
Specify appearance, style and content.
|
|
47
|
-
Set tooltips='none' to hide tooltips from the layer.
|
|
48
47
|
orientation : str
|
|
49
48
|
Specify the axis that the layer's stat and geom should run along.
|
|
50
49
|
The default value (None) automatically determines the orientation based on the aesthetic mapping.
|
|
@@ -84,11 +83,6 @@ def stat_summary(mapping=None, *, data=None, geom=None,
|
|
|
84
83
|
- ..ymin.. : result of calculating of `fun_min`.
|
|
85
84
|
- ..ymax.. : result of calculating of `fun_max`.
|
|
86
85
|
|
|
87
|
-
----
|
|
88
|
-
|
|
89
|
-
To hide axis tooltips, set 'blank' or the result of `element_blank()`
|
|
90
|
-
to the `axis_tooltip` or `axis_tooltip_x` parameter of the `theme()`.
|
|
91
|
-
|
|
92
86
|
Examples
|
|
93
87
|
--------
|
|
94
88
|
.. jupyter-execute::
|
|
@@ -196,7 +190,6 @@ def stat_summary_bin(mapping=None, *, data=None, geom=None,
|
|
|
196
190
|
tooltips : `layer_tooltips`
|
|
197
191
|
Result of the call to the `layer_tooltips()` function.
|
|
198
192
|
Specify appearance, style and content.
|
|
199
|
-
Set tooltips='none' to hide tooltips from the layer.
|
|
200
193
|
orientation : str, default='x'
|
|
201
194
|
Specify the axis that the layer's stat and geom should run along.
|
|
202
195
|
Possible values: 'x', 'y'.
|
|
@@ -245,11 +238,6 @@ def stat_summary_bin(mapping=None, *, data=None, geom=None,
|
|
|
245
238
|
- ..ymin.. : result of calculating of `fun_min`.
|
|
246
239
|
- ..ymax.. : result of calculating of `fun_max`.
|
|
247
240
|
|
|
248
|
-
----
|
|
249
|
-
|
|
250
|
-
To hide axis tooltips, set 'blank' or the result of `element_blank()`
|
|
251
|
-
to the `axis_tooltip` or `axis_tooltip_x` parameter of the `theme()`.
|
|
252
|
-
|
|
253
241
|
Examples
|
|
254
242
|
--------
|
|
255
243
|
.. jupyter-execute::
|
|
@@ -356,7 +344,6 @@ def stat_ecdf(mapping=None, *, data=None, geom=None,
|
|
|
356
344
|
tooltips : `layer_tooltips`
|
|
357
345
|
Result of the call to the `layer_tooltips()` function.
|
|
358
346
|
Specify appearance, style and content.
|
|
359
|
-
Set tooltips='none' to hide tooltips from the layer.
|
|
360
347
|
orientation : str, default='x'
|
|
361
348
|
Specify the axis that the layer's stat and geom should run along.
|
|
362
349
|
Possible values: 'x', 'y'.
|
|
@@ -388,11 +375,6 @@ def stat_ecdf(mapping=None, *, data=None, geom=None,
|
|
|
388
375
|
|
|
389
376
|
In addition, you can use any aesthetics, available for the geometry defined by the `geom` parameter.
|
|
390
377
|
|
|
391
|
-
----
|
|
392
|
-
|
|
393
|
-
To hide axis tooltips, set 'blank' or the result of `element_blank()`
|
|
394
|
-
to the `axis_tooltip` or `axis_tooltip_x` parameter of the `theme()`.
|
|
395
|
-
|
|
396
378
|
Examples
|
|
397
379
|
--------
|
|
398
380
|
.. jupyter-execute::
|
|
@@ -497,7 +479,6 @@ def stat_sum(mapping=None, *, data=None, geom=None, position=None, show_legend=N
|
|
|
497
479
|
tooltips : `layer_tooltips`
|
|
498
480
|
Result of the call to the `layer_tooltips()` function.
|
|
499
481
|
Specify appearance, style and content.
|
|
500
|
-
Set tooltips='none' to hide tooltips from the layer.
|
|
501
482
|
color_by : {'fill', 'color', 'paint_a', 'paint_b', 'paint_c'}, default='color'
|
|
502
483
|
Define the color aesthetic for the geometry.
|
|
503
484
|
fill_by : {'fill', 'color', 'paint_a', 'paint_b', 'paint_c'}, default='fill'
|
|
@@ -528,11 +509,6 @@ def stat_sum(mapping=None, *, data=None, geom=None, position=None, show_legend=N
|
|
|
528
509
|
|
|
529
510
|
In addition, you can use any aesthetics, available for the geometry defined by the `geom` parameter.
|
|
530
511
|
|
|
531
|
-
----
|
|
532
|
-
|
|
533
|
-
To hide axis tooltips, set 'blank' or the result of `element_blank()`
|
|
534
|
-
to the `axis_tooltip`, `axis_tooltip_x` or `axis_tooltip_y` parameter of the `theme()`.
|
|
535
|
-
|
|
536
512
|
Examples
|
|
537
513
|
--------
|
|
538
514
|
.. jupyter-execute::
|
lets_plot/plot/theme_.py
CHANGED
|
@@ -109,12 +109,9 @@ def theme(*,
|
|
|
109
109
|
|
|
110
110
|
- the first element is the format - 'e', 'pow', 'pow_full';
|
|
111
111
|
- the second element is minimum exponent value from which to use scientific notation (default is -7);
|
|
112
|
-
- the third element is maximum exponent value from which to use scientific notation (default is taken from `precision` of the current formatting, see
|
|
112
|
+
- the third element is maximum exponent value from which to use scientific notation (default is taken from `precision` of the current formatting, see https://lets-plot.org/python/pages/formats.html).
|
|
113
113
|
|
|
114
|
-
|
|
115
|
-
see `Formatting <https://lets-plot.org/python/pages/formats.html>`__.
|
|
116
|
-
|
|
117
|
-
Superscript is not supported when exporting to PNG/PDF.
|
|
114
|
+
Note that superscript is not fully support by CairoSVG library and export to PNG/PDF may produce unexpected results.
|
|
118
115
|
line : str or dict
|
|
119
116
|
All line elements.
|
|
120
117
|
Set 'blank' or result of `element_blank()` to draw nothing and assign no space.
|
|
@@ -473,7 +470,7 @@ def element_rect(
|
|
|
473
470
|
- A string of an even number (up to eight) of hexadecimal digits, specifying the lengths in consecutive positions.
|
|
474
471
|
- A list defines the pattern of dashes and gaps, either with an offset: [offset, [dash, gap, ...]], or without an offset: [dash, gap, ...].
|
|
475
472
|
|
|
476
|
-
For more info see
|
|
473
|
+
For more info see https://lets-plot.org/python/pages/aesthetics.html#line-types.
|
|
477
474
|
blank : bool, default=False
|
|
478
475
|
If True - draws nothing, and assigns no space.
|
|
479
476
|
|
|
@@ -524,7 +521,7 @@ def element_line(
|
|
|
524
521
|
- A string of an even number (up to eight) of hexadecimal digits, specifying the lengths in consecutive positions.
|
|
525
522
|
- A list defines the pattern of dashes and gaps, either with an offset: [offset, [dash, gap, ...]], or without an offset: [dash, gap, ...].
|
|
526
523
|
|
|
527
|
-
For more info see
|
|
524
|
+
For more info see https://lets-plot.org/python/pages/aesthetics.html#line-types.
|
|
528
525
|
blank : bool, default=False
|
|
529
526
|
If True - draws nothing, and assigns no space.
|
|
530
527
|
|
|
@@ -678,4 +675,4 @@ def element_geom(
|
|
|
678
675
|
theme(geom=element_geom(pen='dark_blue', paper='light_blue'))
|
|
679
676
|
|
|
680
677
|
"""
|
|
681
|
-
return locals()
|
|
678
|
+
return locals()
|
lets_plot/plot/tooltip.py
CHANGED
lets_plot/tilesets.py
CHANGED
|
@@ -140,7 +140,6 @@ def _carto_tiles(tileset, cdn):
|
|
|
140
140
|
if cdn == 'carto':
|
|
141
141
|
base_url = "https://{{s}}.basemaps.cartocdn.com/rastertiles/{tileset}/{{z}}/{{x}}/{{y}}{hi_res}.png"
|
|
142
142
|
elif cdn == 'fastly':
|
|
143
|
-
# TODO: remove this branch in future releases
|
|
144
143
|
base_url = "https://cartocdn_{{s}}.global.ssl.fastly.net/{tileset}/{{z}}/{{x}}/{{y}}{hi_res}.png"
|
|
145
144
|
else:
|
|
146
145
|
raise ValueError("Unknown carto cdn: {}. Expected 'carto' or 'fastly'.".format(cdn))
|
|
@@ -268,19 +267,85 @@ Examples
|
|
|
268
267
|
|
|
269
268
|
CARTO_MIDNIGHT_COMMANDER, CARTO_MIDNIGHT_COMMANDER_HIRES = _carto_tiles('base-midnight', cdn='fastly')
|
|
270
269
|
"""
|
|
271
|
-
|
|
270
|
+
CARTO tiles, midnight commander theme.
|
|
271
|
+
|
|
272
|
+
Examples
|
|
273
|
+
--------
|
|
274
|
+
.. jupyter-execute::
|
|
275
|
+
:linenos:
|
|
276
|
+
:emphasize-lines: 4
|
|
277
|
+
|
|
278
|
+
from lets_plot import *
|
|
279
|
+
from lets_plot import tilesets
|
|
280
|
+
LetsPlot.setup_html()
|
|
281
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_MIDNIGHT_COMMANDER)
|
|
282
|
+
|
|
283
|
+
|
|
|
284
|
+
|
|
285
|
+
.. jupyter-execute::
|
|
286
|
+
:linenos:
|
|
287
|
+
:emphasize-lines: 4
|
|
288
|
+
|
|
289
|
+
from lets_plot import *
|
|
290
|
+
from lets_plot import tilesets
|
|
291
|
+
LetsPlot.setup_html()
|
|
292
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_MIDNIGHT_COMMANDER_HIRES)
|
|
272
293
|
|
|
273
294
|
"""
|
|
274
295
|
|
|
275
296
|
CARTO_ANTIQUE, CARTO_ANTIQUE_HIRES = _carto_tiles('base-antique', cdn='fastly')
|
|
276
297
|
"""
|
|
277
|
-
|
|
298
|
+
CARTO tiles, antique theme.
|
|
299
|
+
|
|
300
|
+
Examples
|
|
301
|
+
--------
|
|
302
|
+
.. jupyter-execute::
|
|
303
|
+
:linenos:
|
|
304
|
+
:emphasize-lines: 4
|
|
305
|
+
|
|
306
|
+
from lets_plot import *
|
|
307
|
+
from lets_plot import tilesets
|
|
308
|
+
LetsPlot.setup_html()
|
|
309
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_ANTIQUE)
|
|
310
|
+
|
|
311
|
+
|
|
|
312
|
+
|
|
313
|
+
.. jupyter-execute::
|
|
314
|
+
:linenos:
|
|
315
|
+
:emphasize-lines: 4
|
|
316
|
+
|
|
317
|
+
from lets_plot import *
|
|
318
|
+
from lets_plot import tilesets
|
|
319
|
+
LetsPlot.setup_html()
|
|
320
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_ANTIQUE_HIRES)
|
|
278
321
|
|
|
279
322
|
"""
|
|
280
323
|
|
|
281
324
|
CARTO_FLAT_BLUE, CARTO_FLAT_BLUE_HIRES = _carto_tiles('base-flatblue', cdn='fastly')
|
|
282
325
|
"""
|
|
283
|
-
|
|
326
|
+
CARTO tiles, flat blue theme.
|
|
327
|
+
|
|
328
|
+
Examples
|
|
329
|
+
--------
|
|
330
|
+
.. jupyter-execute::
|
|
331
|
+
:linenos:
|
|
332
|
+
:emphasize-lines: 4
|
|
333
|
+
|
|
334
|
+
from lets_plot import *
|
|
335
|
+
from lets_plot import tilesets
|
|
336
|
+
LetsPlot.setup_html()
|
|
337
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_FLAT_BLUE)
|
|
338
|
+
|
|
339
|
+
|
|
|
340
|
+
|
|
341
|
+
.. jupyter-execute::
|
|
342
|
+
:linenos:
|
|
343
|
+
:emphasize-lines: 4
|
|
344
|
+
|
|
345
|
+
from lets_plot import *
|
|
346
|
+
from lets_plot import tilesets
|
|
347
|
+
LetsPlot.setup_html()
|
|
348
|
+
ggplot() + geom_livemap(tiles=tilesets.CARTO_FLAT_BLUE_HIRES)
|
|
284
349
|
|
|
285
350
|
"""
|
|
286
351
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lets-plot
|
|
3
|
-
Version: 4.5.
|
|
3
|
+
Version: 4.5.0rc1
|
|
4
4
|
Summary: An open source library for statistical plotting
|
|
5
5
|
Home-page: https://lets-plot.org
|
|
6
6
|
Author: JetBrains
|
|
@@ -89,45 +89,30 @@ Also read:
|
|
|
89
89
|
- [Scientific mode in PyCharm](https://www.jetbrains.com/help/pycharm/matplotlib-support.html)
|
|
90
90
|
- [Scientific mode in IntelliJ IDEA](https://www.jetbrains.com/help/idea/matplotlib-support.html)
|
|
91
91
|
|
|
92
|
-
## What is new in 4.
|
|
92
|
+
## What is new in 4.4.0
|
|
93
93
|
|
|
94
|
-
- ####
|
|
95
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
94
|
+
- #### Waterfall Plot
|
|
95
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24e/images/waterfall.png" alt="f-24e/images/waterfall.png" width="460" height="220">
|
|
96
96
|
|
|
97
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
97
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/waterfall_plot.ipynb).
|
|
98
98
|
|
|
99
|
-
- ####
|
|
100
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
99
|
+
- #### **`geom_band()`**:
|
|
100
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24e/images/geom_band.png" alt="f-24e/images/geom_band.png.png" width="615" height="220">
|
|
101
101
|
|
|
102
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
102
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/geom_band.ipynb).
|
|
103
103
|
|
|
104
|
-
- ####
|
|
105
|
-
|
|
104
|
+
- #### Custom Legends
|
|
105
|
+
- `manual_key` parameter in plot layer
|
|
106
|
+
- `layer_key()` function
|
|
107
|
+
<br>
|
|
108
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24e/images/custom_legend.png" alt="f-24e/images/custom_legend.png.png" width="294" height="147">
|
|
106
109
|
|
|
107
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
- #### Compact Scientific Notation Formatting
|
|
113
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/compact_exp.png" alt="f-24g/images/compact_exp.png" width="400" height="174">
|
|
110
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/manual_legend.ipynb).
|
|
111
|
+
|
|
112
|
+
- #### Customizing Legends Appearance
|
|
113
|
+
The `override_aes` parameter in the `guide_legend()` function.
|
|
114
114
|
|
|
115
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
116
|
-
|
|
117
|
-
> [!CAUTION]
|
|
118
|
-
> `pow` and `pow_full` options are not supported in PDF and PNG exports.
|
|
119
|
-
|
|
120
|
-
- #### QQ-Plot: Marginal Distributions
|
|
121
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/gg_marins.png" alt="f-24g/images/gg_marins.png" width="400" height="249">
|
|
122
|
-
|
|
123
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24g/qq_plot_marginal.ipynb).
|
|
124
|
-
|
|
125
|
-
- #### More Theme Settings
|
|
126
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-24g/images/theme_legend_scheme.png" alt="f-24g/images/theme_legend_scheme.png" width="400" height="320">
|
|
127
|
-
|
|
128
|
-
See examples: [legend margins](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24g/theme_legend_margins.ipynb),
|
|
129
|
-
[legend key](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24g/theme_legend_key.ipynb),
|
|
130
|
-
[facet strip](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24g/theme_facet_strip_xy.ipynb).
|
|
115
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-24e/legend_override_aes.ipynb).
|
|
131
116
|
|
|
132
117
|
|
|
133
118
|
- #### And More
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
lets_plot_kotlin_bridge.cpython-311-darwin.so,sha256=
|
|
2
|
-
lets_plot/__init__.py,sha256=
|
|
1
|
+
lets_plot_kotlin_bridge.cpython-311-darwin.so,sha256=qVgA49z8fAoT7a051VCf7PPbJiwuvq3liGFtgp1F170,9994560
|
|
2
|
+
lets_plot/__init__.py,sha256=uYJOgJCzwusWmYE3fjz3j-JxXOADmgq3KTNISxo4akI,11197
|
|
3
3
|
lets_plot/_global_settings.py,sha256=4P9UL6xWEARJuxyvXBQUxt1NE_YDrU_ElF34pr72VhA,7440
|
|
4
4
|
lets_plot/_kbridge.py,sha256=H8-GGwhKjnmLlyfAoR_VBHhgb7wlWnQP0-fDto5FF-4,1214
|
|
5
5
|
lets_plot/_type_utils.py,sha256=2GZ4GrJHe7rk_DPSHj88nBW8R9xxx7IGbgGQwhQclOg,2919
|
|
6
|
-
lets_plot/_version.py,sha256=
|
|
6
|
+
lets_plot/_version.py,sha256=CNaHry1asiVTw-Sn3b6iFGEMqsojQifpJecsaufZTv4,236
|
|
7
7
|
lets_plot/mapping.py,sha256=q-O14pcnAosRIWcgg9-CkXMF43p5H7cKbyT4ne9w6hY,3576
|
|
8
8
|
lets_plot/settings_utils.py,sha256=PrceNltN0JNzYxkIx0hwGgzX9dNxgVNqZY5hQ-r8QMQ,8434
|
|
9
|
-
lets_plot/tilesets.py,sha256=
|
|
9
|
+
lets_plot/tilesets.py,sha256=gN7gfn4qnXZj699LyxpDWwEuWwNmAJr2ZQ7VJX7rzoU,10382
|
|
10
10
|
lets_plot/bistro/__init__.py,sha256=4Vix3Qu2P4zqGiDx8gnTd3usCLQQGBRKhseSNjrsBUY,426
|
|
11
11
|
lets_plot/bistro/_plot2d_common.py,sha256=AnzmYmgdcZBysB_4X3EtSKmLkST3TScMBJacU9To0bM,3619
|
|
12
|
-
lets_plot/bistro/corr.py,sha256=
|
|
12
|
+
lets_plot/bistro/corr.py,sha256=zp79T9YmIjhQCOPSxmGwcUVQvP51nj_4lvvbxANzO_0,12684
|
|
13
13
|
lets_plot/bistro/im.py,sha256=1WRJolrSGcZbR0n_qbX8oiuPk37D-coT6ZVDbFm7uAc,5489
|
|
14
|
-
lets_plot/bistro/joint.py,sha256=
|
|
15
|
-
lets_plot/bistro/qq.py,sha256=
|
|
16
|
-
lets_plot/bistro/residual.py,sha256=
|
|
17
|
-
lets_plot/bistro/waterfall.py,sha256=
|
|
14
|
+
lets_plot/bistro/joint.py,sha256=VxW7SPH4P9Umi7I9-O13E_j1ChuyOTb-mXMA631VLK8,6362
|
|
15
|
+
lets_plot/bistro/qq.py,sha256=w-FQp0Mk2AC9LLL7VQph_2zB8WlLtjPyaH5jMuV7lhs,7822
|
|
16
|
+
lets_plot/bistro/residual.py,sha256=looYjQfoRvkmttbec3yZ3HAc6AZLuOFKu8F6-kJ-AFI,12115
|
|
17
|
+
lets_plot/bistro/waterfall.py,sha256=t-wgocvPiDBecdlWS-HOAHwsfQFBJd2v60dF5quBb8g,10260
|
|
18
18
|
lets_plot/export/__init__.py,sha256=lDs6fqtQjkgJyKqeYlOdhrHMN__TeggTz73hgHAkyzc,188
|
|
19
19
|
lets_plot/export/ggsave_.py,sha256=2RaY-_spIIV3LL7r1MP9dvM7SMsIeR8CqtGXPjIp4tI,4571
|
|
20
20
|
lets_plot/frontend_context/__init__.py,sha256=nqIogfMulwKRY2l_v3Rn7tXMQ1btasX9f7dwfrVaj_A,204
|
|
@@ -47,22 +47,22 @@ lets_plot/geo_data/gis/response.py,sha256=7Ac2VN4Hl9iffm7wAyfL80Wzo7sG9A1F5BqzJU
|
|
|
47
47
|
lets_plot/geo_data_internals/__init__.py,sha256=4R6hr7MVB9iRi9JNQm_UUQL9jCe_dYDtizw_230V2Yg,234
|
|
48
48
|
lets_plot/geo_data_internals/constants.py,sha256=IDpHhOOg7dbfIKqLNSk3AGa-5HjDcnItFZDxCm4fylw,428
|
|
49
49
|
lets_plot/geo_data_internals/utils.py,sha256=phV_Q84xz4uZH2jI9WLUrYDyZAz0d2-00OOLxkRH4iw,967
|
|
50
|
-
lets_plot/package_data/lets-plot.min.js,sha256=
|
|
50
|
+
lets_plot/package_data/lets-plot.min.js,sha256=AHHLu-TNzzcbFh8niOJY9nEZah5Zeg1pc1x2qKVZ-yM,2753711
|
|
51
51
|
lets_plot/plot/__init__.py,sha256=XrJ9P8gX-RsQqYhHLrcmuByVqk9PEm4kb6EQXrqVJug,1717
|
|
52
52
|
lets_plot/plot/_global_theme.py,sha256=hOV9MzYpfjdF6hDE3mfLv_LqFtaouCJcccoW8pGoFoU,297
|
|
53
|
-
lets_plot/plot/annotation.py,sha256=
|
|
53
|
+
lets_plot/plot/annotation.py,sha256=V3q3SBi8kN3pCLNoSAIu6IJh9om_gAIKP0Ky8olCvQk,7643
|
|
54
54
|
lets_plot/plot/coord.py,sha256=h9ZTNmSbRjIdVTL_TTl9Dn5AsY46tYxuAKddUPjwe8s,7976
|
|
55
55
|
lets_plot/plot/core.py,sha256=qJrSJeb6drY4GHQgZF0Zlr6q9yoPk0nfMO5-ls8mhTc,31533
|
|
56
|
-
lets_plot/plot/expand_limits_.py,sha256=
|
|
57
|
-
lets_plot/plot/facet.py,sha256=
|
|
56
|
+
lets_plot/plot/expand_limits_.py,sha256=tQvVccVsi3fMk6RC46pKr2m1nbKqwn7eq9TF6atDFMA,2311
|
|
57
|
+
lets_plot/plot/facet.py,sha256=Q8_ymaU_hF3NSZRzKfIp1MYUKLBD3ElLQ-DiZi2nKbI,6996
|
|
58
58
|
lets_plot/plot/font_features.py,sha256=vUc_ICerwqnwwJbDaAm_fS8fmbRTZHzPoAHRszw0SF4,2238
|
|
59
|
-
lets_plot/plot/geom.py,sha256=
|
|
59
|
+
lets_plot/plot/geom.py,sha256=jkjCDDooO-GUQTwazFtLZbiThlSNl6FqYN-gN4i0gbQ,332469
|
|
60
60
|
lets_plot/plot/geom_extras.py,sha256=I_ERjnZlk5VyilJELx0sA_4C2a_Ycjc2Thas-I6WZoo,1694
|
|
61
|
-
lets_plot/plot/geom_function_.py,sha256=
|
|
61
|
+
lets_plot/plot/geom_function_.py,sha256=LHbARur0yE6hQLijFggjhybgOpXgMKCVTUrx0b0xa3Y,7595
|
|
62
62
|
lets_plot/plot/geom_imshow_.py,sha256=LWlNVriYK26HZGUjdkbiB4YaoTlVQxUyaNUPY46RVqw,14759
|
|
63
|
-
lets_plot/plot/geom_livemap_.py,sha256=
|
|
63
|
+
lets_plot/plot/geom_livemap_.py,sha256=cogSH7GPz3pAMFQ_oIGG8OQqE8h7iazGbb1TNxLj5Bk,11817
|
|
64
64
|
lets_plot/plot/gggrid_.py,sha256=sSPdyj28v4eAcT4MeSWUjqr76m7MU8e-KIh8O-uuGSo,4484
|
|
65
|
-
lets_plot/plot/ggtb_.py,sha256=
|
|
65
|
+
lets_plot/plot/ggtb_.py,sha256=T2j6QO1DkEo4hO6e4rKUzjHC1HqA1i3ilG7MVl-MCj4,1666
|
|
66
66
|
lets_plot/plot/guide.py,sha256=C-mDgjXKwQz_Pv6OB1rcQohAIUAl0QvoApPsAR5lbs4,6694
|
|
67
67
|
lets_plot/plot/label.py,sha256=iXTTLP-AjFtHRnti8v4mZMnGLRNLhsxhvetoQPhi8H0,4549
|
|
68
68
|
lets_plot/plot/marginal_layer.py,sha256=Y4FMmQZlUuLxzjjntVQThuV8scG6LbEmDGjstGMOls4,6357
|
|
@@ -70,20 +70,20 @@ lets_plot/plot/plot.py,sha256=qtkQzu9kfkq0URpgUun_4x2y2LOvEeGxEzgfF5_vjOE,7865
|
|
|
70
70
|
lets_plot/plot/pos.py,sha256=FIVYTElPSU5P8ZjI0FyweO2j1Cgb62dvJ172xXtxUp8,10359
|
|
71
71
|
lets_plot/plot/sampling.py,sha256=qy0aesxFgpx-cO0-dC1Wv9r4oSbtz7hRPC9YsNk9Pyo,8489
|
|
72
72
|
lets_plot/plot/sandbox_.py,sha256=Tb5UwJqe8HMMSCbDLdrj_BcxPSkmyxy-hI0_2L6kpBk,545
|
|
73
|
-
lets_plot/plot/scale.py,sha256=
|
|
74
|
-
lets_plot/plot/scale_colormap_mpl.py,sha256=
|
|
73
|
+
lets_plot/plot/scale.py,sha256=cAwKr-jpipZdiFGpKGfNfGxC8XNqX8Qtcqg0BL01TRk,135384
|
|
74
|
+
lets_plot/plot/scale_colormap_mpl.py,sha256=VVUcGu1Fp4YJ1S7oViWdgabeEb6oNfmVva-F15WQtVA,10216
|
|
75
75
|
lets_plot/plot/scale_convenience.py,sha256=VWe9BJhFlUbWL2CLrOrxPy523dGIKIOL7A2H7OPx8_0,4116
|
|
76
|
-
lets_plot/plot/scale_identity_.py,sha256=
|
|
77
|
-
lets_plot/plot/scale_position.py,sha256=
|
|
76
|
+
lets_plot/plot/scale_identity_.py,sha256=dxLzsiqBojq9dH7OI_z-rF-M_jUp8-jFwiE_tnu56Wo,23729
|
|
77
|
+
lets_plot/plot/scale_position.py,sha256=V6rLz6niV0ecneZFlRB8Rf88gTcYRPneouoBZyItu0k,46047
|
|
78
78
|
lets_plot/plot/series_meta.py,sha256=u8yEBcYw4_iXigUrQXJvapiHO3BiN_3F8S8B2OHtGD8,5498
|
|
79
|
-
lets_plot/plot/stat.py,sha256=
|
|
79
|
+
lets_plot/plot/stat.py,sha256=22TeiSyslyGSEGJygc1l11unwmXFoZiPTPJc-kGUSZI,22035
|
|
80
80
|
lets_plot/plot/subplots.py,sha256=Lhapm_3Z8-yPKTNg3Ey4RXGgJ_6X7zUxwWQ7Ob1Yks4,11311
|
|
81
|
-
lets_plot/plot/theme_.py,sha256=
|
|
81
|
+
lets_plot/plot/theme_.py,sha256=tK6I-oxL_QP55Du7IpJ58XCmPHkdlniBETyQ4smXlPw,28701
|
|
82
82
|
lets_plot/plot/theme_set.py,sha256=USNU-ccPKlZ4KEC1ij92n-SHY5271Ru_c1CQIIWXonI,9103
|
|
83
|
-
lets_plot/plot/tooltip.py,sha256=
|
|
83
|
+
lets_plot/plot/tooltip.py,sha256=s7L5RRCokDQTLVW3qD9h-7n-4cp2K36ALfZ4EJep6V4,15966
|
|
84
84
|
lets_plot/plot/util.py,sha256=778yCTbEOvFRNueMyEPhRkJtPEwzh3Lo0LQO0FtoM0U,8586
|
|
85
|
-
lets_plot-4.5.
|
|
86
|
-
lets_plot-4.5.
|
|
87
|
-
lets_plot-4.5.
|
|
88
|
-
lets_plot-4.5.
|
|
89
|
-
lets_plot-4.5.
|
|
85
|
+
lets_plot-4.5.0rc1.dist-info/LICENSE,sha256=r43VKLFaMylB4Ru-pE07j0cfUO7wQpMnWm-uZ8hEqMw,1066
|
|
86
|
+
lets_plot-4.5.0rc1.dist-info/METADATA,sha256=clHovPJ_h3chhN2RQIUEhjLNlKtrPW2sZ_qAZ-KrelE,10023
|
|
87
|
+
lets_plot-4.5.0rc1.dist-info/WHEEL,sha256=wZi4olA0NR6c8yfzURN7DX9ImcSoHfH-g7UT7-9uFnE,109
|
|
88
|
+
lets_plot-4.5.0rc1.dist-info/top_level.txt,sha256=ID-ORXUWN-oVZmD4YFy1rQVm2QT1D-MlGON3vdxqgpY,34
|
|
89
|
+
lets_plot-4.5.0rc1.dist-info/RECORD,,
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|