=============================== PyPlot Cheatsheet =============================== Loading PyPlot ============== import matplotlib.pyplot as pl Line Styles *********** fmt=formatcode Colors ------ + b: blue + g: green + r: red + c: cyan + m: magenta + y: yellow + k: black + w: white Line Style ---------- + '-' : Solid + '--' : Dashed + '..' : Dotted + '_' : Meh + ':' + Meh^2 Markers ------- + '*' + '.' Colour Maps ----------- Legend ------ Position = * == == == 1 4 9 10 3 7 8 2 6 == == ==