proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.12k stars 102 forks source link

May I ask how to import. shp format files into proplot #447

Open sc1233 opened 9 months ago

sc1233 commented 9 months ago

May I ask how to import. shp format files into proplot

gepcel commented 9 months ago

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 or geopandas or others.