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 / backends / qt_editor / formsubplottool.py
Size: Mime:
from matplotlib import cbook
from ._formsubplottool import UiSubplotTool


cbook.warn_deprecated(
    "3.3", obj_type="module", name=__name__,
    alternative="matplotlib.backends.backend_qt5.SubplotToolQt")
__all__ = ["UiSubplotTool"]