回答編集履歴
3
修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
【追記】
|
2
2
|
|
3
|
-
plotyの場合は``fig_df_three_month_ago.write_image("
|
3
|
+
plotyの場合は``fig_df_three_month_ago.write_image("a.jpg")``のような書き方になるかと思います。
|
4
4
|
|
5
5
|
|
6
6
|
|
2
追記
test
CHANGED
@@ -1,6 +1,10 @@
|
|
1
1
|
【追記】
|
2
2
|
|
3
3
|
plotyの場合は``fig_df_three_month_ago.write_image("XXXX.png")``のような書き方になるかと思います。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
[plotly.io.write_image](https://plotly.github.io/plotly.py-docs/generated/plotly.io.write_image.html)
|
4
8
|
|
5
9
|
|
6
10
|
|
1
追記
test
CHANGED
@@ -1 +1,11 @@
|
|
1
|
+
【追記】
|
2
|
+
|
3
|
+
plotyの場合は``fig_df_three_month_ago.write_image("XXXX.png")``のような書き方になるかと思います。
|
4
|
+
|
5
|
+
|
6
|
+
|
7
|
+
---
|
8
|
+
|
9
|
+
|
10
|
+
|
1
11
|
``fig_df_three_month_ago.savefig("a.jpg")``ではなく、``plt.savefig("a.jpg")``ではどうでしょうか?
|