Lightweight plotting for geospatial analysis in PySAL (splot)
splot connects spatial analysis done in PySAL to different popular visualization toolkits like matplotlib. The splot package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration.
splot connects spatial analysis done in PySAL to different popular visualization toolkits like matplotlib. The splot package allows you to create both static plots ready for publication and interactive visualizations for quick iteration and spatial data exploration.
To install py311-splot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-splot
To see what files were installed by py311-splot, run:
port contents py311-splot
To later upgrade py311-splot, run:
sudo port selfupdate && sudo port upgrade py311-splot
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.