回答編集履歴

1

2023/02/02 18:24

投稿

melian
melian

スコア19860

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, 205, -60, 60])
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/b9b6c934-1d68-4bba-91ff-b35aee3762d1.png)
18
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2023-02-03/2aa8db67-d27d-4f38-8f66-75b0e0c6d429.png)