質問編集履歴

1

import したライブラリを追記

2020/10/02 10:39

投稿

Roy_tofu3
Roy_tofu3

スコア33

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
  ```