VOOZH about

URL: https://www.geeksforgeeks.org/python/matplotlib-axis-tick-get_animated-in-python/

⇱ Matplotlib.axis.Tick.get_animated() in Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Matplotlib.axis.Tick.get_animated() in Python

Last Updated : 21 Apr, 2022

matplotlib.axis.Tick.get_animated() Function in the axis module of matplotlib library is used to get the animated state. 

Syntax: Tick.get_animated(self) 
Parameters: This method does not accepts any parameter. 
Return value: This method return the animated state. 

Below examples illustrate the matplotlib.axis.Tick.get_animated() function in matplotlib.axis.

Example 1:

Output: 
 

👁 Image
 


Example 2:

Output: 

👁 Image
 
Comment