回答編集履歴
1
test
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
fig, ax = plt.subplots(figsize=(10, 8), subplot_kw={'projection': ccrs.PlateCarree(central_longitude=145)})
|
7
7
|
|
8
|
-
ax.set_extent([85, 20
|
8
|
+
ax.set_extent([85, 206, -61, 61], crs=ccrs.PlateCarree())
|
9
9
|
|
10
10
|
gl = ax.gridlines(crs=ccrs.PlateCarree(), draw_labels=True)
|
11
11
|
gl.xlocator = mticker.FixedLocator([*range(85, 180, 30), -155])
|
@@ -15,4 +15,4 @@
|
|
15
15
|
plt.tight_layout()
|
16
16
|
plt.show()
|
17
17
|
```
|
18
|
-
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-02-03/b
|
18
|
+
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-02-03/2aa8db67-d27d-4f38-8f66-75b0e0c6d429.png)
|