Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit e8d9959

Browse files
minor edits
1 parent b47c824 commit e8d9959

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎doc/python/indicator.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ fig.show()
206206
#### Adding a Prefix and Suffix
207207

208208

209-
On both a `number` and a `delta`, you can add a string to appear before the value using `prefix`. You can add a string to appear after the value with `suffix`. In the following example, we add '$' as a `prefix` and 'm' as `suffix` for both the `number` and `delta`.
209+
On both a `number` and a `delta`, you can add a string to appear before the value using `prefix`. You can add a string to appear after the value using `suffix`. In the following example, we add '$' as a `prefix` and 'm' as `suffix` for both the `number` and `delta`.
210210

211211
Note: `suffix` and `prefix` on `delta` are new in 5.10
212212

‎doc/python/violin.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ fig.show()
276276

277277
### Choosing The Algorithm For Computing Quartiles
278278

279+
*New in 5.10*
280+
279281
By default, quartiles for violin plots are computed using the `linear` method (for more about linear interpolation, see #10 listed on [http://jse.amstat.org/v14n3/langford.html](http://jse.amstat.org/v14n3/langford.html) and [https://en.wikipedia.org/wiki/Quartile](https://en.wikipedia.org/wiki/Quartile) for more details).
280282

281283
However, you can also choose to use an `exclusive` or an `inclusive` algorithm to compute quartiles.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /