Initial configuration commit
This commit is contained in:
commit
31c8abea59
266 changed files with 780274 additions and 0 deletions
21
typings/seaborn/__init__.pyi
Normal file
21
typings/seaborn/__init__.pyi
Normal file
|
@ -0,0 +1,21 @@
|
|||
"""
|
||||
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__ = ...
|
Loading…
Add table
Add a link
Reference in a new issue