Results 17 comments of Gepcel

> Of course we could always have a setting to allow a single or multiple to be used. @rchiodo I like the idea of having a setting. Most of the...

I'm going to close this issue, since it no longer exists now. Maybe it wasn't an issue in the first place.

Yeath, LaTex is the difficult part for me. I actually have made it works in docx for my own use.

Actually, you can use `font` and `fontsize` directly. For example: ```python import numpy as np from matplotlib import pyplot as plt from labellines import labelLines x = np.linspace(0, 10, 300)...

It mostly like have been fixed by #1139

It's not `zh_CN`, but `zh-CN`. So `settings.yml` should be like: ``` system: defaultLocale: 'zh-CN' ```

I don't think proplot loads and operates on shp files directly. If you mean plot geometries with proplot, you may check on packages like [cartopy](https://scitools.org.uk/cartopy/docs/latest/) or [geopandas](https://geopandas.org/en/stable/) or others.