JMK no matter what

Plotting a horde of lines in matplotlib

lang:py
                    colors = "bgrcmb"
                    markers = [".","o","v","^","d","x","+"]
                    line_types = list(itertools.product(colors, markers))
                    random.seed(123678)
                    random.shuffle(line_types)
2009-12-31 05:17:18 | JM | /quickpost/ | 0 개의 댓글들

댓글 남기기