User Tools

Site Tools


wiki:python

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:python [2023/11/29 07:17]
okazaki [緯度・経度線]
wiki:python [2023/11/30 03:19] (current)
okazaki [colorbar]
Line 14: Line 14:
   clb.set_ticks(ticks)   clb.set_ticks(ticks)
   clb.set_ticklabels(ticklabels)   clb.set_ticklabels(ticklabels)
 +  
 +==== legend ====
 +https://www.yutaka-note.com/entry/matplotlib_legend
 +=== 位置 ===
 +  ax.legend(bbox_to_anchor=(1,1), loc='upper right', borderaxespad=0)
 +=== 枠線 ===
 +  ax.legend(frameon=False)
 +
 ===== cartopy ===== ===== cartopy =====
 ==== 緯度・経度線 ==== ==== 緯度・経度線 ====
wiki/python.1701242223.txt.gz · Last modified: 2023/11/29 07:17 by okazaki