Skip to content

Commit e8d9959

Browse files
committed
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

+1-1
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

+2
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)