Python中的 Matplotlib.axis.Axis.get_offset_text()函数
Matplotlib是Python中的一个库,它是 NumPy 库的数值数学扩展。它是Python中用于二维数组图的惊人可视化库,用于处理更广泛的 SciPy 堆栈。
matplotlib.axis.Axis.get_offset_text()函数
matplotlib库的axis模块中的Axis.get_offset_text()函数用于获取坐标轴offsetText作为Text实例。
Syntax: Axis.get_offset_text(self)
Parameters: This method does not accepts any parameter.
Return value: This method returns the axis offsetText as a Text instance.
下面的示例说明了 matplotlib.axis 中的 matplotlib.axis.Axis.get_offset_text()函数:
示例 1:
Python3
Python3
输出:
示例 2:
Python3
输出: