lets-plot 4.5.3a1__cp313-cp313-win_amd64.whl → 4.6.0__cp313-cp313-win_amd64.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/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/subplots.py +1 -1
- lets_plot/plot/subplots_util.py +24 -0
- lets_plot/plot/theme_.py +105 -17
- {lets_plot-4.5.3a1.dist-info → lets_plot-4.6.0.dist-info}/METADATA +34 -32
- {lets_plot-4.5.3a1.dist-info → lets_plot-4.6.0.dist-info}/RECORD +24 -22
- {lets_plot-4.5.3a1.dist-info → lets_plot-4.6.0.dist-info}/WHEEL +1 -1
- lets_plot_kotlin_bridge.cp313-win_amd64.pyd +0 -0
- {lets_plot-4.5.3a1.dist-info → lets_plot-4.6.0.dist-info}/LICENSE +0 -0
- {lets_plot-4.5.3a1.dist-info → lets_plot-4.6.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
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
|
|
@@ -32,6 +32,19 @@ Description-Content-Type: text/markdown
|
|
|
32
32
|
License-File: ../LICENSE
|
|
33
33
|
Requires-Dist: pypng
|
|
34
34
|
Requires-Dist: palettable
|
|
35
|
+
Dynamic: author
|
|
36
|
+
Dynamic: author-email
|
|
37
|
+
Dynamic: classifier
|
|
38
|
+
Dynamic: description
|
|
39
|
+
Dynamic: description-content-type
|
|
40
|
+
Dynamic: home-page
|
|
41
|
+
Dynamic: keywords
|
|
42
|
+
Dynamic: license
|
|
43
|
+
Dynamic: maintainer
|
|
44
|
+
Dynamic: maintainer-email
|
|
45
|
+
Dynamic: project-url
|
|
46
|
+
Dynamic: requires-dist
|
|
47
|
+
Dynamic: summary
|
|
35
48
|
|
|
36
49
|
# Lets-Plot
|
|
37
50
|
|
|
@@ -89,45 +102,34 @@ Also read:
|
|
|
89
102
|
- [Scientific mode in PyCharm](https://www.jetbrains.com/help/pycharm/matplotlib-support.html)
|
|
90
103
|
- [Scientific mode in IntelliJ IDEA](https://www.jetbrains.com/help/idea/matplotlib-support.html)
|
|
91
104
|
|
|
92
|
-
## What is new in 4.
|
|
105
|
+
## What is new in 4.6.0
|
|
93
106
|
|
|
94
|
-
- ####
|
|
95
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
107
|
+
- #### Markdown Support in *Title*, *Subtitle*, *Caption*, and Axis Labels
|
|
108
|
+
<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
109
|
|
|
97
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
110
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/markdown.ipynb).
|
|
98
111
|
|
|
99
|
-
- ####
|
|
100
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
112
|
+
- #### Support for Multiline Axis Labels, Text Justification in Axis Labels
|
|
113
|
+
<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
114
|
|
|
102
|
-
See [
|
|
115
|
+
See examples: [multiline axis labels](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/multiline_axis_labels.ipynb),
|
|
116
|
+
[axis label justification](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/axis_label_justification.ipynb),
|
|
103
117
|
|
|
104
|
-
- ####
|
|
105
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
118
|
+
- #### `geom_hex()` Geometry
|
|
119
|
+
<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
120
|
|
|
107
|
-
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-
|
|
121
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_hex.ipynb).
|
|
108
122
|
|
|
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">
|
|
123
|
+
- #### `ggbunch()` Function: Combining Plots with Custom Layout
|
|
124
|
+
It replaces the deprecated `GGBunch` class. <br/>
|
|
125
|
+
<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
126
|
|
|
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).
|
|
127
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/ggbunch_indonesia.ipynb).
|
|
124
128
|
|
|
125
|
-
- ####
|
|
126
|
-
<img src="https://raw.githubusercontent.com/JetBrains/lets-plot/master/docs/f-
|
|
129
|
+
- #### Parameters `start` and `direction` in `geom_pie()` Geometry
|
|
130
|
+
<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
131
|
|
|
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).
|
|
132
|
+
See [example notebook](https://nbviewer.org/github/JetBrains/lets-plot/blob/master/docs/f-25a/geom_pie_params.ipynb).
|
|
131
133
|
|
|
132
134
|
|
|
133
135
|
- #### And More
|
|
@@ -183,4 +185,4 @@ Please make sure you read it.
|
|
|
183
185
|
## License
|
|
184
186
|
|
|
185
187
|
Code and documentation released under the [MIT license](https://github.com/JetBrains/lets-plot/blob/master/LICENSE).
|
|
186
|
-
Copyright © 2019-
|
|
188
|
+
Copyright © 2019-2025, JetBrains s.r.o.
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
lets_plot_kotlin_bridge.cp313-win_amd64.pyd,sha256=
|
|
1
|
+
lets_plot_kotlin_bridge.cp313-win_amd64.pyd,sha256=0vmr3wmySec-EQXZYQJQjeuUjL48dI3wH0MaTwJ8pok,6921728
|
|
2
2
|
lets_plot/__init__.py,sha256=aOXcSZVe50fLxe5PN_EjUUrylcqzc-kbSBunOpl_wmc,11507
|
|
3
3
|
lets_plot/_global_settings.py,sha256=dozwVWl2_Sg_-sWC08IYqVBhg4PCDAxHBERvD_XoWJU,7631
|
|
4
|
-
lets_plot/_kbridge.py,sha256=
|
|
4
|
+
lets_plot/_kbridge.py,sha256=7_ORb157DgEs1ZI8uSHF6Hxelr9QKk4MhH_jPZ-ek6M,4809
|
|
5
5
|
lets_plot/_type_utils.py,sha256=6hyHbuAmxadW-h0AhTlHgKjQe-3g8cEhnskZ9zBnx5w,3029
|
|
6
|
-
lets_plot/_version.py,sha256=
|
|
6
|
+
lets_plot/_version.py,sha256=6GXLtiDbK0Xxl3imJ-IgHCFJY7GrDAh_vpSnSQ8KkCc,239
|
|
7
7
|
lets_plot/mapping.py,sha256=vWWGrVgzgo1u3R8djyshSoOEuaqlqSQpEVeQNqeKWk0,3691
|
|
8
8
|
lets_plot/settings_utils.py,sha256=vKrsXMuJHR88ZZhPtQFAC-xrWKCpCPiRetfx1GpBGKU,8678
|
|
9
9
|
lets_plot/tilesets.py,sha256=opnIz6UI3Gu34JRICD_Tj_hrRmhBC-Rj1NuKLiWeJkk,9549
|
|
10
10
|
lets_plot/bistro/__init__.py,sha256=0vjEBjuS3r4MR8ugQ1zIo1sks6K0ljSESJWH3pQcgYI,442
|
|
11
|
-
lets_plot/bistro/_plot2d_common.py,sha256=
|
|
11
|
+
lets_plot/bistro/_plot2d_common.py,sha256=7cc_15IAzeTyq-zEwVlXdJ1ksAnymvOy8Yqgwzc05wU,3983
|
|
12
12
|
lets_plot/bistro/corr.py,sha256=1_8MUeSQAL50kxn7cbOpQUR2S_w4LHBLJ_EIi3m-ZzY,13339
|
|
13
|
-
lets_plot/bistro/im.py,sha256=
|
|
14
|
-
lets_plot/bistro/joint.py,sha256=
|
|
13
|
+
lets_plot/bistro/im.py,sha256=qYAkIjIRdhFIloZisfOIXxYKdLXTxXSkqNVtMEIG1Uw,6575
|
|
14
|
+
lets_plot/bistro/joint.py,sha256=X84yVB4pTdGCP1mqSLfsfKxlY3uZlyK2tdYP9eA-OI0,6763
|
|
15
15
|
lets_plot/bistro/qq.py,sha256=lXRoStspJ6cBiZ6WFNS5gPXQGyE1iBq4c40V9OuQHok,8305
|
|
16
|
-
lets_plot/bistro/residual.py,sha256=
|
|
16
|
+
lets_plot/bistro/residual.py,sha256=0AEKViY9k6e3U__8i3cy1qtqxnPVOpbvjAO58b1kPsg,12673
|
|
17
17
|
lets_plot/bistro/waterfall.py,sha256=hV0QQO8btMqCT0RWtmoMy3YYwHptVrH8hqkivhKOflo,10725
|
|
18
18
|
lets_plot/export/__init__.py,sha256=JloMKV4OAMgxBuYg8ObByZ3LJvqcUKed1G286WLA85E,194
|
|
19
19
|
lets_plot/export/ggsave_.py,sha256=fSb9C3hUUmng-NbsIrv7F_a9F7aHXH8PWrSGW3MWyjQ,4704
|
|
@@ -47,43 +47,45 @@ lets_plot/geo_data/gis/response.py,sha256=MsAk10JQe0XC-h4Cv0w7uzYxAtlx3YaSrqYXA6
|
|
|
47
47
|
lets_plot/geo_data_internals/__init__.py,sha256=ZwcoMdyQ_k9589f2D3nXXjedJpyiDR8WyqaghTh_EVQ,238
|
|
48
48
|
lets_plot/geo_data_internals/constants.py,sha256=2dViytUZPiojilhWV3UWzBAXgdHl5OoIJsNMsI0V7yU,441
|
|
49
49
|
lets_plot/geo_data_internals/utils.py,sha256=8vfDa99yq1YpVNr-RDtpCJfbrON04rIG6cugpQXnJlU,1000
|
|
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=DymxKgyJKqORf2qhVG0_QH_AayyGWDk_mbEA6S-kfU8,2321579
|
|
51
|
+
lets_plot/plot/__init__.py,sha256=JqOiE3XfvLripHZJO0_EUzRF10cljeJyU8z-jfFLMXE,1835
|
|
52
52
|
lets_plot/plot/_global_theme.py,sha256=eatwhJiiqnY6mrNW0Y1NMco2e7xxldhItgj1IOkhRuI,311
|
|
53
53
|
lets_plot/plot/annotation.py,sha256=9jFJ2BTfLXKD-I0uBJrf8tC6cnv31ANTge8cDRJNHfc,7893
|
|
54
54
|
lets_plot/plot/coord.py,sha256=B4EEt6mqPERbYVwzl3VPkEym9hq_tO0LNtgdtluWQBQ,8218
|
|
55
|
-
lets_plot/plot/core.py,sha256=
|
|
55
|
+
lets_plot/plot/core.py,sha256=anuE9CWYfKJRlTs0P74rTxk7058EXHok-_Zqg2gxNSU,32485
|
|
56
56
|
lets_plot/plot/expand_limits_.py,sha256=4_NqSyQMz20GZbsbHKhjCUP_7nS45N2107jPbq4GVmE,2385
|
|
57
57
|
lets_plot/plot/facet.py,sha256=cEWqPgl-4-sYv7Sq5EA_lQPrtKcnFmBMTYxIqo98re4,7236
|
|
58
58
|
lets_plot/plot/font_features.py,sha256=OInyzUmRbujBEeB2gxuD2O249-5htOQZi2Y_fujxpVY,2309
|
|
59
|
-
lets_plot/plot/geom.py,sha256=
|
|
59
|
+
lets_plot/plot/geom.py,sha256=keaTV0OrphL5SvqCCrcuPI9qwsiTi0qSfU2jIWEM4xk,362697
|
|
60
60
|
lets_plot/plot/geom_extras.py,sha256=yJ9T5hAQWnhV-KwW-a55qbDOOrLF1D28VZsHpC4aC34,1747
|
|
61
61
|
lets_plot/plot/geom_function_.py,sha256=FsytaKiyVEvg7KGhnlq4-4Gb3YPzK1XyJ3Zos1NgH4g,8087
|
|
62
62
|
lets_plot/plot/geom_imshow_.py,sha256=pQX2hJn3R24hMB68F-PPb0UcDtbylg2VEFD3055jFyE,15160
|
|
63
63
|
lets_plot/plot/geom_livemap_.py,sha256=K-PjktJkbHa7Ylu0hyt-el2h_IA0n9gZ7W5VNtydSgQ,13457
|
|
64
|
-
lets_plot/plot/
|
|
64
|
+
lets_plot/plot/ggbunch_.py,sha256=N74Hbt3C7jo4eCirF1Px2ulLwzQl6jsd8oZbRzXQZYE,3187
|
|
65
|
+
lets_plot/plot/gggrid_.py,sha256=KkPTAf4_g7FyR8z_Kb1dvFM9mWgDznbBIHYbsGXHYDo,4019
|
|
65
66
|
lets_plot/plot/ggtb_.py,sha256=aNJNfqTWJF4I592tYeORBhqZv93KxPjyrts49M3JutQ,1743
|
|
66
67
|
lets_plot/plot/guide.py,sha256=huDbWFR4k5hmN00oF-sz-8RIv6pYyBCStCz--98qLvs,6923
|
|
67
68
|
lets_plot/plot/label.py,sha256=1_c1RWMdolYNmef8TjuPk8YtVmLU0QKY3ZG_UoOAV74,4736
|
|
68
69
|
lets_plot/plot/marginal_layer.py,sha256=auDAO5IiRpJVcqzqr31SnXJz7sQGIVbndx__qfr7JyY,6538
|
|
69
|
-
lets_plot/plot/plot.py,sha256=
|
|
70
|
-
lets_plot/plot/pos.py,sha256=
|
|
70
|
+
lets_plot/plot/plot.py,sha256=_e5MazLHxq5yKRcrjLk93PQK7VX-TIi-G0wSqo0X_os,8526
|
|
71
|
+
lets_plot/plot/pos.py,sha256=WLh7FoD3DKE36dNU0QOgUIxqUyPuWEG2q-KcI5MMxAk,11089
|
|
71
72
|
lets_plot/plot/sampling.py,sha256=0DB-3hop8JUI0ZNfjML0wxi7W2EIApXGMEKQgGTGnoA,8827
|
|
72
73
|
lets_plot/plot/sandbox_.py,sha256=5wp2bkIBsihw9aIoKr8FUQZmtZbInHPCULbG5uPsMYE,571
|
|
73
|
-
lets_plot/plot/scale.py,sha256=
|
|
74
|
+
lets_plot/plot/scale.py,sha256=52GiZJUfcm0GAyNUHeGEWbzuR8EzYELclFNfZe2sCbI,140526
|
|
74
75
|
lets_plot/plot/scale_colormap_mpl.py,sha256=Kn-_-RMOGIBT5-Wf7iSXQ31G9J0QTy6oFGE36Vw6PcI,10564
|
|
75
76
|
lets_plot/plot/scale_convenience.py,sha256=UOXX07wP5aARYwsOZ-6rK_RR0szhdhnThPvia6LOqrE,4271
|
|
76
77
|
lets_plot/plot/scale_identity_.py,sha256=6Uz5focUCHIqB9TPhJs7VsPrlZA7JmDOoP2iZYgCuOU,24454
|
|
77
78
|
lets_plot/plot/scale_position.py,sha256=_DlKxIKm2_UBxgnCmAdzYf9Mk0bT8xd-PJlnVz2eIpI,47621
|
|
78
79
|
lets_plot/plot/series_meta.py,sha256=dKfCgTR7RPP3MJjrd1Civ1G0w9I39MH4T6gqJrry0Fc,5909
|
|
79
80
|
lets_plot/plot/stat.py,sha256=wfFhM1WGNiBH2PLroq8Y6RbRMz6jZrRYaJBcWWbbkCo,23514
|
|
80
|
-
lets_plot/plot/subplots.py,sha256
|
|
81
|
-
lets_plot/plot/
|
|
81
|
+
lets_plot/plot/subplots.py,sha256=-bypJFokNrOJGe5E6yY-Fwt0FZ9w4yrclPchgDu2bF0,11655
|
|
82
|
+
lets_plot/plot/subplots_util.py,sha256=PBwR7pGtYJAz4lJ0TNRH645aAvHAnJxgW91vpI0ob9A,937
|
|
83
|
+
lets_plot/plot/theme_.py,sha256=ezHcpXu2l2gpKgLOneGhj14nbBrlKZdYvHGrOxyoshg,32442
|
|
82
84
|
lets_plot/plot/theme_set.py,sha256=KLQSAihJU8_FmAU0at8WUAtgnIqCvU2Rd5awNhTZimo,9496
|
|
83
85
|
lets_plot/plot/tooltip.py,sha256=TdyJ8pjNuomAF6jeaRsFyFxWWoSSoFFSzsTTnUYBg2Q,16469
|
|
84
86
|
lets_plot/plot/util.py,sha256=w5PWWPPG_b3g8z9yxfodsd38Csu-qg6z_Zgmzbavsn0,8812
|
|
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=D7RdUBHyt0ua4vSZs8H7-HIcliPTSk9zY3sNzx8fejY,1087
|
|
88
|
+
lets_plot-4.6.0.dist-info/METADATA,sha256=vnK4kGWE0KQibmL0ordVgaKARnRpVhRZ8N4RGcGzbJk,11225
|
|
89
|
+
lets_plot-4.6.0.dist-info/WHEEL,sha256=4oNF-ClUxXRX55MBZicDC2_sTLjRbJdXNr8x18QuDzw,101
|
|
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
|