When calling the add-lines function from the Clojure library Incanter, the added lines will use every color in the rainbow. However, I want every added line to be black. Figuring out how to do this has proven remarkably tricky. Can somebody help?
How can you set the color of Incanter's add-lines?
140 Views Asked by Sebastian Oberhoff At
1
AFAICT you have to explicitly set display options for each
add-linescall because they internally create separate datasets.Relevant GitHub issue here.