You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,13 +46,13 @@ The full official documentation can be found at: https://ridgeplot.readthedocs.i
46
46
47
47
### Basic example
48
48
49
-
For those in a hurry, here's a very basic example on how to quickly get started with [ridgeplot()](https://ridgeplot.readthedocs.io/en/stable/api/public/ridgeplot.ridgeplot.html) function.
49
+
For those in a hurry, here's a very basic example on how to quickly get started with the [ridgeplot()](https://ridgeplot.readthedocs.io/en/stable/api/public/ridgeplot.ridgeplot.html) function.
50
50
51
51
```python
52
52
import numpy as np
53
53
from ridgeplot import ridgeplot
54
54
55
-
my_samples = [np.random.normal(n/1.2, size=600) for n inrange(7, 0, -1)]
55
+
my_samples = [np.random.normal(n, size=900) for n inrange(6, 0, -2)]
0 commit comments