lets-plot 4.5.2.dev1__cp38-cp38-macosx_11_0_arm64.whl → 4.6.0__cp38-cp38-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/_kbridge.py +99 -1
- lets_plot/_version.py +1 -1
- lets_plot/bistro/_plot2d_common.py +7 -0
- lets_plot/bistro/im.py +38 -7
- lets_plot/bistro/joint.py +3 -3
- lets_plot/bistro/residual.py +3 -3
- lets_plot/bistro/waterfall.py +4 -2
- lets_plot/package_data/lets-plot.min.js +2 -2
- lets_plot/plot/__init__.py +2 -0
- lets_plot/plot/core.py +1 -1
- lets_plot/plot/geom.py +379 -81
- lets_plot/plot/ggbunch_.py +96 -0
- lets_plot/plot/gggrid_.py +3 -18
- lets_plot/plot/plot.py +7 -0
- lets_plot/plot/pos.py +10 -3
- lets_plot/plot/scale.py +45 -20
- lets_plot/plot/series_meta.py +9 -3
- lets_plot/plot/subplots.py +1 -1
- lets_plot/plot/subplots_util.py +24 -0
- lets_plot/plot/theme_.py +105 -17
- {lets_plot-4.5.2.dev1.dist-info → lets_plot-4.6.0.dist-info}/METADATA +20 -31
- {lets_plot-4.5.2.dev1.dist-info → lets_plot-4.6.0.dist-info}/RECORD +26 -24
- lets_plot_kotlin_bridge.cpython-38-darwin.so +0 -0
- {lets_plot-4.5.2.dev1.dist-info → lets_plot-4.6.0.dist-info}/LICENSE +0 -0
- {lets_plot-4.5.2.dev1.dist-info → lets_plot-4.6.0.dist-info}/WHEEL +0 -0
- {lets_plot-4.5.2.dev1.dist-info → lets_plot-4.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: lets-plot
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.6.0
|
|
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,34 @@ 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.6.0
|
|
93
93
|
|
|
94
|
-
- ####
|
|
95
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
94
|
+
- #### Markdown Support in *Title*, *Subtitle*, *Caption*, and Axis Labels
|
|
95
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/markdown.png" alt="f-25a/images/markdown.png" width="400" height="237">
|
|
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-25a/markdown.ipynb).
|
|
98
98
|
|
|
99
|
-
- ####
|
|
100
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
99
|
+
- #### Support for Multiline Axis Labels, Text Justification in Axis Labels
|
|
100
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/multiline_axis_labels.png" alt="f-25a/images/multiline_axis_labels.png" width="400" height="275">
|
|
101
101
|
|
|
102
|
-
See [
|
|
102
|
+
See examples: [multiline axis labels](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/multiline_axis_labels.ipynb),
|
|
103
|
+
[axis label justification](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/axis_label_justification.ipynb),
|
|
103
104
|
|
|
104
|
-
- ####
|
|
105
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
105
|
+
- #### `geom_hex()` Geometry
|
|
106
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_hex.png" alt="f-25a/images/geom_hex.png" width="370" height="296">
|
|
106
107
|
|
|
107
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
108
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_hex.ipynb).
|
|
108
109
|
|
|
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
|
+
- #### `ggbunch()` Function: Combining Plots with Custom Layout
|
|
111
|
+
It replaces the deprecated `GGBunch` class. <br/>
|
|
112
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/ggbunch_indonesia.png" alt="f-25a/images/ggbunch_indonesia.png" width="400" height="164">
|
|
114
113
|
|
|
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).
|
|
114
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/ggbunch_indonesia.ipynb).
|
|
124
115
|
|
|
125
|
-
- ####
|
|
126
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
116
|
+
- #### Parameters `start` and `direction` in `geom_pie()` Geometry
|
|
117
|
+
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-25a/images/geom_pie_params.png" alt="f-25a/images/geom_pie_params.png" width="400" height="119">
|
|
127
118
|
|
|
128
|
-
See
|
|
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).
|
|
119
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_pie_params.ipynb).
|
|
131
120
|
|
|
132
121
|
|
|
133
122
|
- #### And More
|
|
@@ -183,4 +172,4 @@ Please make sure you read it.
|
|
|
183
172
|
## License
|
|
184
173
|
|
|
185
174
|
Code and documentation released under the [MIT license](https://github.com/JetBrains/lets-plot/blob/master/LICENSE).
|
|
186
|
-
Copyright © 2019-
|
|
175
|
+
Copyright © 2019-2025, JetBrains s.r.o.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
lets_plot_kotlin_bridge.cpython-38-darwin.so,sha256=
|
|
1
|
+
lets_plot_kotlin_bridge.cpython-38-darwin.so,sha256=9V2IlVArSK9YSVtTDdDojiX3SqrMQQAn6qW16FE1kZo,9541600
|
|
2
2
|
lets_plot/__init__.py,sha256=JBXXtPi4nwhU9jrsUXcQTP1iaGF0jbHBVk_66pohq9I,11224
|
|
3
3
|
lets_plot/_global_settings.py,sha256=4P9UL6xWEARJuxyvXBQUxt1NE_YDrU_ElF34pr72VhA,7440
|
|
4
|
-
lets_plot/_kbridge.py,sha256=
|
|
4
|
+
lets_plot/_kbridge.py,sha256=u5bBe6sTDbNgoAk3HmtkhQXxCYofjSSin-J-yHz0pfY,4675
|
|
5
5
|
lets_plot/_type_utils.py,sha256=2GZ4GrJHe7rk_DPSHj88nBW8R9xxx7IGbgGQwhQclOg,2919
|
|
6
|
-
lets_plot/_version.py,sha256=
|
|
6
|
+
lets_plot/_version.py,sha256=ZYXnJ51xP9g890wD2QufGM_G_DxWuO9Q2nBwGHoNLFs,233
|
|
7
7
|
lets_plot/mapping.py,sha256=q-O14pcnAosRIWcgg9-CkXMF43p5H7cKbyT4ne9w6hY,3576
|
|
8
8
|
lets_plot/settings_utils.py,sha256=PrceNltN0JNzYxkIx0hwGgzX9dNxgVNqZY5hQ-r8QMQ,8434
|
|
9
9
|
lets_plot/tilesets.py,sha256=6Hqz-m-rFCq2XbMHtRJ0Zq3GTrnV-GCIhlFMT1opevs,9186
|
|
10
10
|
lets_plot/bistro/__init__.py,sha256=4Vix3Qu2P4zqGiDx8gnTd3usCLQQGBRKhseSNjrsBUY,426
|
|
11
|
-
lets_plot/bistro/_plot2d_common.py,sha256=
|
|
11
|
+
lets_plot/bistro/_plot2d_common.py,sha256=NuRH-tJ-PKtC4X69hvtGu9Zhn0IvsGviDeHoy3JuXSQ,3883
|
|
12
12
|
lets_plot/bistro/corr.py,sha256=nfxVWcS1UOfIMXWuE69-2ya0Omxi5jhIcRp3pSTxHZA,12892
|
|
13
|
-
lets_plot/bistro/im.py,sha256=
|
|
14
|
-
lets_plot/bistro/joint.py,sha256=
|
|
13
|
+
lets_plot/bistro/im.py,sha256=HFoesQff1_LJyOhzN_92a2uUOEBfrI3SG5qzgDj1Qu8,6379
|
|
14
|
+
lets_plot/bistro/joint.py,sha256=BIAII_eYGyHJ43kk7BABqRDhUMIIpLNafMN-0YDrl_w,6571
|
|
15
15
|
lets_plot/bistro/qq.py,sha256=4AMBjbtcwE4mQNmZSglGt1w8MnvhNqg7CZEVNb9fUr4,8098
|
|
16
|
-
lets_plot/bistro/residual.py,sha256=
|
|
17
|
-
lets_plot/bistro/waterfall.py,sha256=
|
|
16
|
+
lets_plot/bistro/residual.py,sha256=el9B_nd4vT53hIXvgVtqbMr5QvjxLZwzH4UbCGxlxbM,12332
|
|
17
|
+
lets_plot/bistro/waterfall.py,sha256=5iPADC8T6zUbjum5DKS4QihifdqTFaE8WOok5ULO0gU,10474
|
|
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,43 +47,45 @@ 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=
|
|
51
|
-
lets_plot/plot/__init__.py,sha256=
|
|
50
|
+
lets_plot/package_data/lets-plot.min.js,sha256=CCjN8StmV4H6SXXbEoxWkl9MhN1Y1kfeyWCs4UWTsHU,2321579
|
|
51
|
+
lets_plot/plot/__init__.py,sha256=RNsQuVS8qe4Xf4so7PJiQJKdYYnDMIqydUQNzstqhZI,1771
|
|
52
52
|
lets_plot/plot/_global_theme.py,sha256=hOV9MzYpfjdF6hDE3mfLv_LqFtaouCJcccoW8pGoFoU,297
|
|
53
53
|
lets_plot/plot/annotation.py,sha256=ZBQ9ZTxOVT-ePVTUocPTQnM92loiVP0jgWw8XM9Cfmo,7660
|
|
54
54
|
lets_plot/plot/coord.py,sha256=h9ZTNmSbRjIdVTL_TTl9Dn5AsY46tYxuAKddUPjwe8s,7976
|
|
55
|
-
lets_plot/plot/core.py,sha256=
|
|
55
|
+
lets_plot/plot/core.py,sha256=I3H-btDBoAoPeLxY2v4mVbrrTwvu6MBFGXcFYPTUSKk,31542
|
|
56
56
|
lets_plot/plot/expand_limits_.py,sha256=UJzBbNNrdSG7osANmchQ-Jcg27DuSzFXGu27-WxiPSI,2307
|
|
57
57
|
lets_plot/plot/facet.py,sha256=1vDo1xk0G95x2SSf6HNWfeEgXS-FDxtpd18fo63_6gI,7030
|
|
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=UECwmjt-tauewXvCYzBRtUb3QtDxZKcPQ8X0cRHB3MM,354502
|
|
60
60
|
lets_plot/plot/geom_extras.py,sha256=I_ERjnZlk5VyilJELx0sA_4C2a_Ycjc2Thas-I6WZoo,1694
|
|
61
61
|
lets_plot/plot/geom_function_.py,sha256=bMGr73qaEW3HnxlWADvHyt_nYn9HJGZzBqYiHx4yIHY,7871
|
|
62
62
|
lets_plot/plot/geom_imshow_.py,sha256=LWlNVriYK26HZGUjdkbiB4YaoTlVQxUyaNUPY46RVqw,14759
|
|
63
63
|
lets_plot/plot/geom_livemap_.py,sha256=mDfMoH_R3cvP30NjcPwfQE88L5eCcjQ87pKwhcyuRZM,13127
|
|
64
|
-
lets_plot/plot/
|
|
64
|
+
lets_plot/plot/ggbunch_.py,sha256=kRAZGcDDe33SrU9kH_XVJqJBTfW3ho3VXm3ZchUzPO4,3091
|
|
65
|
+
lets_plot/plot/gggrid_.py,sha256=6M7YRxcrpftAardpKTMbkIeN0V7CB9FvFLdlSAKhZMA,3893
|
|
65
66
|
lets_plot/plot/ggtb_.py,sha256=27B87h5gpg0Q7ZM5VrQ0D2K3Dd6Yjs8DhRvZEoZ_TvI,1687
|
|
66
67
|
lets_plot/plot/guide.py,sha256=C-mDgjXKwQz_Pv6OB1rcQohAIUAl0QvoApPsAR5lbs4,6694
|
|
67
68
|
lets_plot/plot/label.py,sha256=iXTTLP-AjFtHRnti8v4mZMnGLRNLhsxhvetoQPhi8H0,4549
|
|
68
69
|
lets_plot/plot/marginal_layer.py,sha256=Y4FMmQZlUuLxzjjntVQThuV8scG6LbEmDGjstGMOls4,6357
|
|
69
|
-
lets_plot/plot/plot.py,sha256=
|
|
70
|
-
lets_plot/plot/pos.py,sha256=
|
|
70
|
+
lets_plot/plot/plot.py,sha256=t7zXnu6tiqhwvthO4C7CfaYv2gH_zPzQ8ias9cK3m3Y,8282
|
|
71
|
+
lets_plot/plot/pos.py,sha256=BRrgTYH_Qn9R1a4syDSeDHoce0UPZr4cluyZKk8NVWo,10738
|
|
71
72
|
lets_plot/plot/sampling.py,sha256=qy0aesxFgpx-cO0-dC1Wv9r4oSbtz7hRPC9YsNk9Pyo,8489
|
|
72
73
|
lets_plot/plot/sandbox_.py,sha256=Tb5UwJqe8HMMSCbDLdrj_BcxPSkmyxy-hI0_2L6kpBk,545
|
|
73
|
-
lets_plot/plot/scale.py,sha256=
|
|
74
|
+
lets_plot/plot/scale.py,sha256=d_cTAnRdTHwSPnUp7mmCTjM6PDOKmr9FMESGu3DQOzk,136949
|
|
74
75
|
lets_plot/plot/scale_colormap_mpl.py,sha256=D5iWNaWGWpVFCJiNDwf-wHa8Snbd1YiWp6yktOkUl_A,10267
|
|
75
76
|
lets_plot/plot/scale_convenience.py,sha256=VWe9BJhFlUbWL2CLrOrxPy523dGIKIOL7A2H7OPx8_0,4116
|
|
76
77
|
lets_plot/plot/scale_identity_.py,sha256=qHo_CI7Xb9Olqza_MqvEV672AaaXM9gWac20SX4AGc4,23796
|
|
77
78
|
lets_plot/plot/scale_position.py,sha256=J8pFmYX2YorK6JhDKtgpFCMS5JhvKSzuASEwQCc6IgA,46285
|
|
78
|
-
lets_plot/plot/series_meta.py,sha256=
|
|
79
|
+
lets_plot/plot/series_meta.py,sha256=0aleiIjUKG5nhqrkPwUpWELedz79JgRjq8zwcnevUiA,5780
|
|
79
80
|
lets_plot/plot/stat.py,sha256=XuZvGxt801db37yM6MsiLb8L5f6BN2L0wfP-QjBDjcc,22933
|
|
80
|
-
lets_plot/plot/subplots.py,sha256=
|
|
81
|
-
lets_plot/plot/
|
|
81
|
+
lets_plot/plot/subplots.py,sha256=l3lbbxhCwgib1sIUYx-POpJXT8HbhMk9OeIh3zo8kEM,11333
|
|
82
|
+
lets_plot/plot/subplots_util.py,sha256=T04pwI7LaYliUqEdRHog1SGExVt9XosQk6XDwqOg7q0,913
|
|
83
|
+
lets_plot/plot/theme_.py,sha256=zQmlXuU7Y0dJa3ZlQFwNJNpsoWe0Eyvf-EErzw1BQuQ,31674
|
|
82
84
|
lets_plot/plot/theme_set.py,sha256=USNU-ccPKlZ4KEC1ij92n-SHY5271Ru_c1CQIIWXonI,9103
|
|
83
85
|
lets_plot/plot/tooltip.py,sha256=AvRjT5UPop5wVORFHnaVeBhAIHTYbIjf0FXXUTB4Qvg,15983
|
|
84
86
|
lets_plot/plot/util.py,sha256=778yCTbEOvFRNueMyEPhRkJtPEwzh3Lo0LQO0FtoM0U,8586
|
|
85
|
-
lets_plot-4.
|
|
86
|
-
lets_plot-4.
|
|
87
|
-
lets_plot-4.
|
|
88
|
-
lets_plot-4.
|
|
89
|
-
lets_plot-4.
|
|
87
|
+
lets_plot-4.6.0.dist-info/LICENSE,sha256=r43VKLFaMylB4Ru-pE07j0cfUO7wQpMnWm-uZ8hEqMw,1066
|
|
88
|
+
lets_plot-4.6.0.dist-info/METADATA,sha256=XrhnvHqP5MgtLooka74SLNrsqJy_LeYm_cWSjLD8iqs,10763
|
|
89
|
+
lets_plot-4.6.0.dist-info/WHEEL,sha256=7_oe0rMIEoZOpgBhth1WRv0SCKz8pdiUZgyT0NjKRv8,107
|
|
90
|
+
lets_plot-4.6.0.dist-info/top_level.txt,sha256=ID-ORXUWN-oVZmD4YFy1rQVm2QT1D-MlGON3vdxqgpY,34
|
|
91
|
+
lets_plot-4.6.0.dist-info/RECORD,,
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|