lets-plot 4.4.0__cp39-cp39-win_amd64.whl → 4.4.0rc1__cp39-cp39-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/_version.py +1 -1
- lets_plot/bistro/qq.py +0 -2
- lets_plot/bistro/waterfall.py +0 -1
- lets_plot/package_data/lets-plot.min.js +1 -1
- lets_plot/plot/geom.py +38 -38
- lets_plot/plot/geom_function_.py +1 -1
- lets_plot/plot/guide.py +1 -11
- lets_plot/plot/theme_.py +0 -1
- {lets_plot-4.4.0.dist-info → lets_plot-4.4.0rc1.dist-info}/METADATA +48 -24
- {lets_plot-4.4.0.dist-info → lets_plot-4.4.0rc1.dist-info}/RECORD +14 -14
- lets_plot_kotlin_bridge.cp39-win_amd64.pyd +0 -0
- {lets_plot-4.4.0.dist-info → lets_plot-4.4.0rc1.dist-info}/LICENSE +0 -0
- {lets_plot-4.4.0.dist-info → lets_plot-4.4.0rc1.dist-info}/WHEEL +0 -0
- {lets_plot-4.4.0.dist-info → lets_plot-4.4.0rc1.dist-info}/top_level.txt +0 -0
lets_plot/_version.py
CHANGED
lets_plot/bistro/qq.py
CHANGED
|
@@ -59,7 +59,6 @@ def qq_plot(data=None, sample=None, *, x=None, y=None,
|
|
|
59
59
|
Size of the points.
|
|
60
60
|
shape : int
|
|
61
61
|
Shape of the points, an integer from 0 to 25.
|
|
62
|
-
For more info see https://lets-plot.org/python/pages/aesthetics.html#point-shapes.
|
|
63
62
|
line_color : str, default='#FF0000'
|
|
64
63
|
Color of the fitting line.
|
|
65
64
|
line_size : float, default=0.75
|
|
@@ -68,7 +67,6 @@ def qq_plot(data=None, sample=None, *, x=None, y=None,
|
|
|
68
67
|
Type of the fitting line.
|
|
69
68
|
Codes and names: 0 = 'blank', 1 = 'solid', 2 = 'dashed',
|
|
70
69
|
3 = 'dotted', 4 = 'dotdash', 5 = 'longdash', 6 = 'twodash'.
|
|
71
|
-
For more info see https://lets-plot.org/python/pages/aesthetics.html#line-types.
|
|
72
70
|
|
|
73
71
|
Returns
|
|
74
72
|
-------
|
lets_plot/bistro/waterfall.py
CHANGED
|
@@ -51,7 +51,6 @@ def waterfall_plot(data, x, y, *,
|
|
|
51
51
|
Type of the box boundary lines.
|
|
52
52
|
Codes and names: 0 = 'blank', 1 = 'solid', 2 = 'dashed',
|
|
53
53
|
3 = 'dotted', 4 = 'dotdash', 5 = 'longdash', 6 = 'twodash'.
|
|
54
|
-
For more info see https://lets-plot.org/python/pages/aesthetics.html#line-types.
|
|
55
54
|
width : float, default=0.9
|
|
56
55
|
Width of the boxes. Typically range between 0 and 1.
|
|
57
56
|
Values that are greater than 1 lead to overlapping of the boxes.
|