MPLD3 offer an interactive, D3-based viewer for Matplotlib
The MPLD3 packages is an interactive D3js-based viewer which brings matplotlib graphics to the browser. It provides a custom stand-alone javascript library built on D3, which parses JSON representations of plots. a set of routines parses matplotlib plots and outputs the JSON description readable by mpld3.js.
The MPLD3 packages is an interactive D3js-based viewer which brings matplotlib graphics to the browser. It provides a custom stand-alone javascript library built on D3, which parses JSON representations of plots. a set of routines parses matplotlib plots and outputs the JSON description readable by mpld3.js.
To install py312-mpld3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-mpld3
To see what files were installed by py312-mpld3, run:
port contents py312-mpld3
To later upgrade py312-mpld3, run:
sudo port selfupdate && sudo port upgrade py312-mpld3
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.