proplot-dev / proplot

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

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

Open sc1233 opened 5 months ago

sc1233 commented 5 months ago

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

gepcel commented 5 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.