mpl_工具包.轴艺术家.角度助手.格式化器HMS#

class mpl_toolkits.axisartist.angle_helper.FormatterHMS[源代码][源代码]#

基类:FormatterDMS

__call__(direction, factor, values)[源代码][源代码]#

作为函数调用自身。

deg_mark = '^\\mathrm{h}'#
fmt_d = '$%d^\\mathrm{h}$'#
fmt_d_m = '$%s%d^\\mathrm{h}\\,%02d^\\mathrm{m}$'#
fmt_d_m_partial = '$%s%d^\\mathrm{h}\\,%02d^\\mathrm{m}\\,'#
fmt_d_ms = '$%s%d^\\mathrm{h}\\,%02d.%s^\\mathrm{m}$'#
fmt_ds = '$%d.%s^\\mathrm{h}$'#
fmt_s_partial = '%02d^\\mathrm{s}$'#
fmt_ss_partial = '%02d.%s^\\mathrm{s}$'#
min_mark = '^\\mathrm{m}'#
sec_mark = '^\\mathrm{s}'#

使用 mpl_toolkits.axisartist.angle_helper.FormatterHMS 的示例#

floating_axes 功能

floating_axes features