Skip to content

Commit 00f961d

Browse files
committed
Switch 'pf' to 'pnf'
1 parent 6c9c94a commit 00f961d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ mpf.plot(daily)
181181
---
182182
<br>
183183

184-
The default plot type, as you can see above, is `'ohlc'`. Other plot types can be specified with the keyword argument `type`, for example, `type='candle'`, `type='line'`, `type='renko'`, or `type='pf'`
184+
The default plot type, as you can see above, is `'ohlc'`. Other plot types can be specified with the keyword argument `type`, for example, `type='candle'`, `type='line'`, `type='renko'`, or `type='pnf'`
185185

186186

187187
```python
@@ -211,7 +211,7 @@ mpf.plot(daily,type='renko')
211211

212212

213213
```python
214-
mpf.plot(daily,type='pf')
214+
mpf.plot(daily,type='pnf')
215215
```
216216

217217

0 commit comments

Comments
 (0)