lets-plot 4.4.0__cp312-cp312-win_amd64.whl → 4.4.0rc1__cp312-cp312-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 CHANGED
@@ -3,4 +3,4 @@
3
3
  # Use of this source code is governed by the MIT license that can be found in the LICENSE file.
4
4
  #
5
5
  # see: https://www.python.org/dev/peps/pep-0440/#developmental-releases
6
- __version__ = '4.4.0'
6
+ __version__ = '4.4.0rc1'
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
  -------
@@ -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.