質問編集履歴
1
エラー文の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -19,6 +19,60 @@
|
|
19
19
|
C:\Users\ユーザ名\anaconda3\envs\jupyterbook\lib\site-packages\ipykernel_launcher.py:1: MatplotlibDeprecationWarning:
|
20
20
|
|
21
21
|
The text.latex.preview rcparam was deprecated in Matplotlib 3.3 and will be removed two minor releases later.
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
KeyError Traceback (most recent call last)
|
26
|
+
|
27
|
+
~\AppData\Local\Temp/ipykernel_8368/2971697587.py in <module>
|
28
|
+
|
29
|
+
----> 1 import matplotlib
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
~\AppData\Roaming\Python\Python37\site-packages\matplotlib\__init__.py in <module>
|
34
|
+
|
35
|
+
838 rcParamsDefault[key]),
|
36
|
+
|
37
|
+
839 validator]
|
38
|
+
|
39
|
+
--> 840 for key, validator in rcsetup._validators.items()}
|
40
|
+
|
41
|
+
841 if rcParams['axes.formatter.use_locale']:
|
42
|
+
|
43
|
+
842 locale.setlocale(locale.LC_ALL, '')
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
~\AppData\Roaming\Python\Python37\site-packages\matplotlib\__init__.py in <dictcomp>(.0)
|
48
|
+
|
49
|
+
838 rcParamsDefault[key]),
|
50
|
+
|
51
|
+
839 validator]
|
52
|
+
|
53
|
+
--> 840 for key, validator in rcsetup._validators.items()}
|
54
|
+
|
55
|
+
841 if rcParams['axes.formatter.use_locale']:
|
56
|
+
|
57
|
+
842 locale.setlocale(locale.LC_ALL, '')
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
~\AppData\Roaming\Python\Python37\site-packages\matplotlib\__init__.py in __getitem__(self, key)
|
62
|
+
|
63
|
+
621 plt.switch_backend(rcsetup._auto_backend_sentinel)
|
64
|
+
|
65
|
+
622
|
66
|
+
|
67
|
+
--> 623 return dict.__getitem__(self, key)
|
68
|
+
|
69
|
+
624
|
70
|
+
|
71
|
+
625 def __repr__(self):
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
KeyError: 'pcolor.shading'
|
22
76
|
|
23
77
|
```
|
24
78
|
|