juseg / hyoga

Paleoglacier modelling framework
https://hyoga.io
GNU General Public License v3.0
8 stars 0 forks source link

Hide map axes by default. #30

Closed juseg closed 1 year ago

juseg commented 1 year ago

Most examples contain the following code.

ax.xaxis.set_visible(False)                                                 
ax.yaxis.set_visible(False)

I think we want to hide axes by default instead. The x-coordinate... labels are typically projection coordinates which are hard to read anyway. A scale bar (#16) will be more useful.