Download and installation
cmplot has no platform-specific dependencies and should thus work on all platforms.
Python instructions
The latest version of cmplot can be installed by typing either:
pip3 install --upgrade cmplot
(from Python Package Index)
or:
pip3 install git+https://github.com/g-insana/cmplot.py.git
(from GitHub).
Julia instructions
julia> import Pkg; Pkg.add("CMPlot")
(from official Julia registry)
or:
julia> ]
(v1.1) pkg> dev https://github.com/g-insana/CMPlot.jl.git
(from CMPlot GitHub).