Ctrl+K
Logo image Logo image
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes
  • Plot types
  • Examples
  • Tutorials
  • Reference
  • User guide
  • Develop
  • Release notes

Section Navigation

  • matplotlib
  • matplotlib.afm
  • matplotlib.animation
  • matplotlib.artist
  • matplotlib.axes
  • matplotlib.axis
  • matplotlib.backend_bases
  • matplotlib.backend_managers
  • matplotlib.backend_tools
  • matplotlib.backends
  • matplotlib.bezier
  • matplotlib.blocking_input
  • matplotlib.category
  • matplotlib.cbook
  • matplotlib.cm
  • matplotlib.collections
  • matplotlib.colorbar
  • matplotlib.colors
  • matplotlib.container
  • matplotlib.contour
  • matplotlib.dates
  • matplotlib.docstring
  • matplotlib.dviread
  • matplotlib.figure
  • matplotlib.font_manager
  • matplotlib.fontconfig_pattern
  • matplotlib.ft2font
  • matplotlib.gridspec
  • matplotlib.hatch
  • matplotlib.image
  • matplotlib.layout_engine
  • matplotlib.legend
  • matplotlib.legend_handler
  • matplotlib.lines
  • matplotlib.markers
  • matplotlib.mathtext
  • matplotlib.mlab
  • matplotlib.offsetbox
  • matplotlib.patches
  • matplotlib.path
  • matplotlib.patheffects
  • matplotlib.pyplot
  • matplotlib.projections
  • matplotlib.quiver
  • matplotlib.rcsetup
  • matplotlib.sankey
  • matplotlib.scale
  • matplotlib.sphinxext.mathmpl
  • matplotlib.sphinxext.plot_directive
  • matplotlib.spines
  • matplotlib.style
  • matplotlib.table
  • matplotlib.testing
  • matplotlib.text
  • matplotlib.texmanager
  • matplotlib.textpath
  • matplotlib.ticker
  • matplotlib.tight_bbox
  • matplotlib.tight_layout
  • matplotlib.transforms
  • matplotlib.tri
  • matplotlib.type1font
  • matplotlib.units
  • matplotlib.widgets
  • matplotlib._api
  • matplotlib._enums
  • mpl_toolkits.mplot3d
  • mpl_toolkits.axes_grid1
  • mpl_toolkits.axisartist
    • mpl_toolkits.axisartist.angle_helper
      • mpl_toolkits.axisartist.angle_helper.ExtremeFinderCycle
      • mpl_toolkits.axisartist.angle_helper.FormatterDMS
      • mpl_toolkits.axisartist.angle_helper.FormatterHMS
      • mpl_toolkits.axisartist.angle_helper.LocatorBase
      • mpl_toolkits.axisartist.angle_helper.LocatorD
      • mpl_toolkits.axisartist.angle_helper.LocatorDM
      • mpl_toolkits.axisartist.angle_helper.LocatorDMS
      • mpl_toolkits.axisartist.angle_helper.LocatorH
      • mpl_toolkits.axisartist.angle_helper.LocatorHM
      • mpl_toolkits.axisartist.angle_helper.LocatorHMS
      • mpl_toolkits.axisartist.angle_helper.select_step
      • mpl_toolkits.axisartist.angle_helper.select_step24
      • mpl_toolkits.axisartist.angle_helper.select_step360
      • mpl_toolkits.axisartist.angle_helper.select_step_degree
      • mpl_toolkits.axisartist.angle_helper.select_step_hour
      • mpl_toolkits.axisartist.angle_helper.select_step_sub
    • mpl_toolkits.axisartist.axes_divider
    • mpl_toolkits.axisartist.axes_grid
    • mpl_toolkits.axisartist.axes_rgb
    • mpl_toolkits.axisartist.axis_artist
    • mpl_toolkits.axisartist.axisline_style
    • mpl_toolkits.axisartist.axislines
    • mpl_toolkits.axisartist.clip_path
    • mpl_toolkits.axisartist.floating_axes
    • mpl_toolkits.axisartist.grid_finder
    • mpl_toolkits.axisartist.grid_helper_curvelinear
    • mpl_toolkits.axisartist.parasite_axes

mpl_toolkits.axisartist.angle_helper.LocatorDMS#

class mpl_toolkits.axisartist.angle_helper.LocatorDMS(nbins, include_last=True)[source]#

Bases: LocatorBase

__call__(v1, v2)[source]#

Call self as a function.

Examples using mpl_toolkits.axisartist.angle_helper.LocatorDMS#

axis_direction demo

axis_direction demo

axis_direction demo
Curvilinear grid demo

Curvilinear grid demo

Curvilinear grid demo
floating_axis demo

floating_axis demo

floating_axis demo
Simple Axis Pad

Simple Axis Pad

Simple Axis Pad
On this page
  • LocatorDMS
    • LocatorDMS.__call__()
  • Examples using mpl_toolkits.axisartist.angle_helper.LocatorDMS

© Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2022 The Matplotlib development team.

Created using Sphinx 5.2.3.