You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvim_config/typings/seaborn/__init__.pyi

22 lines
443 B

"""
This type stub file was generated by pyright.
"""
import matplotlib as mpl
from .rcmod import *
from .utils import *
from .palettes import *
from .relational import *
from .regression import *
from .categorical import *
from .distributions import *
from .matrix import *
from .miscplot import *
from .axisgrid import *
from .widgets import *
from .colors import crayons, xkcd_rgb
from . import cm
_orig_rc_params = ...
__version__ = ...