To communicate results, the importance of data visualization can’t be overemphasized. In this article, I plot several figures to show the colors, markers and line styles in Matplotlib.1. ColorsMatplotlib.colorssupports several formats to specify the colors, including:A single letter for basic built-in colors, likerrepresenting'red'Legal html names for colors, likered,burlywoodandchartreuseGray shades, a string encoding a float in the0-1range, such as'0.75'Html hex string, like'#eeefff'A tuple(R, G, B)where each of R , G , B are in the range[0,1], e.g.,(0.75, 0, 0.75)1.1 Basic built-in co
...
继续阅读
(40)