ZhaJiMan

Results 3 issues of ZhaJiMan

### What is your issue? The documentation says `Dataset.rename_dims` will returns a new object with renamed dimensions only. In my work I am intended to rename the longitude and latitude...

needs triage

### Description I want to use a circle bondary in a Plate Carrée map, and I found that in big extent (like `set_global`) it worked, but in smaller extent it...

Type: Bug

对于裁剪后裁剪内容超出 `Axes`的情况(#97、#99、#111) 添加 `contours.set_clip_box(ax.bbox)` 即可解决。以文档中的 [剪切地图](https://cnmaps.readthedocs.io/zh-cn/latest/content/usage.html#id5) 为例 ![example](https://github.com/cnmetlab/cnmaps/assets/54382968/9d80e327-83e9-490e-ac34-ad2627bf7b83) 测试代码为 ```Python import numpy as np import matplotlib.pyplot as plt import cartopy.crs as ccrs from cnmaps import get_adm_maps, clip_contours_by_map, draw_map from cnmaps.sample...