dss-extensions / dss_matlab

MATLAB interface to our alternative implementation of OpenDSS, based on the DSS C-API library aiming for full COM compatibility on Windows, Linux and MacOS.
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Plotting: port from Python #14

Open PMeira opened 2 years ago

PMeira commented 2 years ago

Since plotting is being implemented in Python using matplotlib, most plots shouldn't be to hard to reimplement here.

Problem: we probably need the MEX implementation to enable function callbacks, so this depends on #13.