| agg_filter | a filter function that takes a (m, n, 3) float array and a dpi value that returns a (m, n, 3) array |
| alpha | float or None |
| animated | bool |
| array | ndarray |
| capstyle | {'butt', 'round', 'projecting'} |
| clim | a length 2 sequence of floats; may be overridden in methods that have vmin and vmax kwargs. |
| cmap | colormap or registered colormap |
| antialiased or aa or antialiaseds | bool or sequence of bools |
| clip_box | Bbox |
| clip_on | bool |
| clip_path | [(Path, Transform)|Patch|None] |
| color | color or sequence of rgba tuples |
| contains | callable |
| edgecolor or ec or edgecolors | color or sequence of colors or 'face' |
| facecolor or fc or facecolors | color or sequence of colors |
| figure | figure |
| gid | str |
| hatch | {'/', '\', '|', '-', '+', 'x', 'o', 'O', '.', '*'} |
| in_layout | bool |
| joinstyle | {'miter', 'round', 'bevel'} |
| linestyle or ls or linestyles or dashes | {'-', '--', '-.', ':', '', (offset, on-off-seq), ...} |
| linewidth or linewidths or lw | float or sequence of floats |
| norm | Normalize |
| offset_position | {'screen', 'data'} |
| offsets | float or sequence of floats |
| path_effects | AbstractPathEffect |
| picker | None or bool or float or callable |
| pickradius | unknown |
| path_effects | AbstractPathEffect |
| picker | float or callable[[Artist, Event], Tuple[bool, dict]] |
| pickradius | float |
| rasterized | bool or None |
| sketch_params | (scale: float, length: float, randomness: float) |
| snap | bool or None |
| transform | matplotlib.transforms.Transform |
| url | str |
| urls | List[str] or None |
| visible | bool |
| xdata | 1D array |
| zorder | float |