You are reading an old version of the documentation (v2.2.4). For the latest version see
https://matplotlib.org/stable/
Version 2.2.4
Fork me on GitHub
Navigation
index
modules
|
next
|
previous
|
home
|
examples
|
tutorials
|
pyplot
|
docs
»
The Matplotlib API
»
axis and tick API
»
Quick search
Related Topics
Documentation overview
The Matplotlib API
axis and tick API
Previous:
matplotlib.axis.YTick.get_rasterized
Next:
matplotlib.axis.YTick.get_snap
Show Page Source
matplotlib.axis.YTick.get_sketch_params
¶
YTick.
get_sketch_params
(
)
¶
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.
May return `None` if no sketch parameters were set.