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

Repository URL to install this package:

Details    
matplotlib / axes_grid / axes_divider.py
Size: Mime:
#from mpl_toolkits.axes_grid1.axes_divider import *

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

from mpl_toolkits.axes_grid.axislines import Axes
LocatableAxes = locatable_axes_factory(Axes)