Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

aaronreidsmith / matplotlib   python

Repository URL to install this package:

Version: 3.1.2 

/ axisartist / axes_divider.py

from matplotlib import cbook

from mpl_toolkits.axes_grid1.axes_divider import (
    Divider, AxesLocator, SubplotDivider, AxesDivider, locatable_axes_factory,
    make_axes_locatable)

from mpl_toolkits.axisartist.axislines import Axes as _Axes


@cbook.deprecated('3.0',
                  alternative='mpl_toolkits.axisartist.axislines.Axes')
class Axes(_Axes):
    pass


@cbook.deprecated('3.0',
                  alternative='mpl_toolkits.axisartist.axislines.Axes')
class LocatableAxes(_Axes):
    pass