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