You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/api/_as_gen/matplotlib.artist.Artist.get_sketch_params.html
Version 3.1.0
matplotlib
Fork me on GitHub

matplotlib.artist.Artist.get_sketch_params

Artist.get_sketch_params(self)[source]

Returns the sketch parameters for the artist.

Returns:
sketch_params : tuple or None

A 3-tuple with the following elements:

  • scale: The amplitude of the wiggle perpendicular to the source line.
  • length: The length of the wiggle along the line.
  • randomness: The scale factor by which the length is shrunken or expanded.

Returns None if no sketch parameters were set.