Skip to content
Merged
Prev Previous commit
Next Next commit
Correct sphinx docstring bugs
  • Loading branch information
lukelbd committed Jan 8, 2020
commit ebd0f2691b3f4a2b2a5bd3f70541fccc47ed38c4
6 changes: 3 additions & 3 deletions proplot/axistools.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def Locator(locator, *args, **kwargs):


def Formatter(formatter, *args, date=False, index=False, **kwargs):
r"""
"""
Return a `~matplotlib.ticker.Formatter` instance. This function is used to
interpret the `xformatter`, `xformatter_kw`, `yformatter`, and
`yformatter_kw` arguments when passed to
Expand Down Expand Up @@ -1092,12 +1092,12 @@ def transform_non_affine(self, a):


class MercatorLatitudeScale(_ScaleBase, mscale.ScaleBase):
r"""
"""
Axis scale that transforms coordinates as with latitude in the `Mercator \
projection <http://en.wikipedia.org/wiki/Mercator_projection>`__.
Adapted from `this matplotlib example \
<https://matplotlib.org/examples/api/custom_scale_example.html>`__.
The scale function is as follows:
"""r""""The scale function is as follows:

.. math::

Expand Down