from colorpicker import * items = [ ("item 1", "xkcd:spruce"), ("item 2", "xkcd:dark mint green"), ("item 3", "xkcd:spearmint"), ("item 4", None), ] fig, ax = plt ...
Working inside a Jupyter notebook, I am observing that the line colors in a legend depend on whether the legend is positioned inside the plot area, or outside of it. This trivial example shows the ...