回答編集履歴
3
文章のミスを修正
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
|
12
12
|
|
13
|
-
デフォル
|
13
|
+
これによりお好みのスタイルを作成し設定すると良いと思いますが、デフォルトで 'dark_background' というテーマがありますので、とりあえずはそれを試してみてください。
|
14
14
|
|
15
15
|
|
16
16
|
|
2
リンク追加
test
CHANGED
File without changes
|
1
リンク追加
test
CHANGED
@@ -3,6 +3,10 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
matplotlibには Style Sheet という機能があり、pandas でplot した際もテーマが適用されますので、そちらでダーク系のテーマを選択しておけばよいのではないでしょうか。
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
[https://matplotlib.org/tutorials/introductory/customizing.html](https://matplotlib.org/tutorials/introductory/customizing.html)
|
6
10
|
|
7
11
|
|
8
12
|
|