|
| 1 | +<p>dash_capstyle: ['butt' | 'round' | 'projecting'] |
| 2 | +dash_joinstyle: ['miter' | 'round' | 'bevel'] |
| 3 | +dashes: sequence of on/off ink in points |
| 4 | +drawstyle: ['default' | 'steps' | 'steps-pre' | 'steps-mid' | 'steps-post'] |
| 5 | +figure: a <code>~.Figure</code> instance |
| 6 | +fillstyle: ['full' | 'left' | 'right' | 'bottom' | 'top' | 'none'] |
| 7 | +gid: an id string |
| 8 | +label: object |
| 9 | +linestyle or ls: ['solid' | 'dashed', 'dashdot', 'dotted' | (offset, on-off-dash-seq) | <code>'-'</code> | <code>'--'</code> | <code>'-.'</code> | <code>':'</code> | <code>'None'</code> | <code>' '</code> | <code>''</code>] |
| 10 | +linewidth or lw: float value in points |
| 11 | +marker: :mod:<code>A valid marker style <matplotlib.markers></code> |
| 12 | +markeredgecolor or mec: any matplotlib color |
| 13 | +markeredgewidth or mew: float value in points |
| 14 | +markerfacecolor or mfc: any matplotlib color |
| 15 | +markerfacecoloralt or mfcalt: any matplotlib color |
| 16 | +markersize or ms: float |
| 17 | +markevery: [None | int | length-2 tuple of int | slice | list/array of int | float | length-2 tuple of float] |
| 18 | +path_effects: <code>~.AbstractPathEffect</code> |
| 19 | +picker: float distance in points or callable pick function <code>fn(artist, event)</code> |
| 20 | +pickradius: float distance in points |
| 21 | +rasterized: bool or None |
| 22 | +sketch_params: (scale: float, length: float, randomness: float) |
| 23 | +snap: bool or None |
| 24 | +solid_capstyle: ['butt' | 'round' | 'projecting'] |
| 25 | +solid_joinstyle: ['miter' | 'round' | 'bevel'] |
| 26 | +transform: a :class:<code>matplotlib.transforms.Transform</code> instance |
| 27 | +url: a url string |
| 28 | +visible: bool |
| 29 | +xdata: 1D array |
| 30 | +ydata: 1D array |
| 31 | +zorder: float</p> |
0 commit comments