Notebook
marker description ==================== =================================== "." point "," pixel "o" circle "v" triangle_down "^" triangle_up "<" triangle_left ">" triangle_right "1" tri_down "2" tri_up "3" tri_left "4" tri_right "8" octagon "s" square "p" pentagon "*" star "h" hexagon1 "H" hexagon2 "+" plus "x" x "D" diamond "d" thin_diamond "|" vertical line "_" horizontal line 0 tickleft 1 tickright 2 tickup 3 tickdown 4 caretleft 5 caretright 6 caretup 7 caretdown "None" nothing None nothing " " nothing "" nothing "$...$" render the string using mathtext. ==================== ======================================
linestyle description ================ ================= '-' solid '--' dashed '-.' dashdot ':' dotted 'None' draw nothing ' ' draw nothing '' draw nothing ================ =================
| Property | Value Type | |------------------------|-------------------------------------------------| |alpha | float | |color or c | any matplotlib color | |dash_capstyle | ['butt' | 'round' | 'projecting'] | |dash_joinstyle | ['miter' | 'round' | 'bevel'] | |dashes | sequence of on/off ink in points | |drawstyle | [ ‘default’ | ‘steps’ | ‘steps-pre’ | | | | ‘steps-mid’ | ‘steps-post’ ] | |linestyle or ls | [ '-' | '--' | '-.' | ':' | 'None' | ' ' | '' ] | | | and any drawstyle in combination with a | | | linestyle, e.g. 'steps--'. | |linewidth or lw | float value in points | |marker | [ 7 | 4 | 5 | 6 | 'o' | 'D' | 'h' | 'H' | '_' | | | | '' | 'None' | ' ' | None | '8' | 'p' | ',' | | | | '+' | '.' | 's' | '*' | 'd' | 3 | 0 | 1 | 2 | | | | '1' | '3' | '4' | '2' | 'v' | '<' | '>' | | | | '^' | '|' | 'x' | '$...$' | tuple | Nx2 array ]| |markeredgecolor or mec | any matplotlib color | |markeredgewidth or mew | float value in points | |markerfacecolor or mfc | any matplotlib color | |markersize or ms | float | |solid_capstyle | ['butt' | 'round' | 'projecting'] | |solid_joinstyle | ['miter' | 'round' | 'bevel'] | |visible | [True | False] | |zorder | any number | ----------------------------------------------------------------------------