Proplot is an object-oriented matplotlib wrapper. The "wrapper" part means that proplot's features are largely a superset of matplotlib. You can use plotting commands like ~matplotlib.axes.Axes.plot, ...
When I have not installed the proplot by conda-forge in a conda env ,I can import the colormaps and colors form matplotlib,but when i install matplotlib and proplot in an env ,i find that i can't ...