回答編集履歴
1
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
`set_zorder()` を使います。
|
1
|
+
`matplotlib.axes.Axes.set_zorder()` を使います。
|
2
2
|
```python
|
3
3
|
import matplotlib.pyplot as plt
|
4
4
|
import numpy as np
|