質問編集履歴
1
import したライブラリを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,6 +42,8 @@
|
|
42
42
|
|
43
43
|
```Python
|
44
44
|
|
45
|
+
import mplfinance as mpf
|
46
|
+
|
45
47
|
mpf.plot(df, type='candle', style='charles')
|
46
48
|
|
47
49
|
```
|