I am using IJulia. I want to construct my own colormaps.. when I load PyPlot (with: using PyPlot) the funcstion ListedColormap is not available
when I try to load matplotllib.colors which owns the function, with import matplotlib.colors I get the message that import is a syntax error. How to do. Most of the examples I have been studying involves installed Julia.
