On this page
matplotlib.axis.Axis.get_sketch_params
Axis.get_sketch_params()-
Returns the sketch parameters for the artist.
Returns: sketch_params : tuple or
NoneA 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
Noneif no sketch parameters were set.
© 2012–2017 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
http://matplotlib.org/2.1.0/api/_as_gen/matplotlib.axis.Axis.get_sketch_params.html