Skip to content

seaborn 0.13.2

Download JSON

  • PyPI https://pypi.org/project/seaborn/
    Repository https://github.com/mwaskom/seaborn

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 994
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 994 typable
      • 0 typed
      • 994 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 790
        "classes" : 181
        "other" : 0
    • 62 functions (+0 overloads)
      • 728 parameters
    • 3 classes
      • 35 methods (+0 overloads)
        • 138 parameters
      • 8 properties
    • 15 modules
      • 0 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
seaborn 0.0% 0.0% 0 0
seaborn.algorithms 0.0% 0.0% 3 0
seaborn.axisgrid 0.0% 0.0% 243 0
seaborn.categorical 0.0% 0.0% 263 0
seaborn.colors.crayons 0.0% 0.0% 0 0
seaborn.colors.xkcd_rgb 0.0% 0.0% 0 0
seaborn.distributions 0.0% 0.0% 135 0
seaborn.matrix 0.0% 0.0% 42 0
seaborn.miscplot 0.0% 0.0% 6 0
seaborn.palettes 0.0% 0.0% 63 0
seaborn.rcmod 0.0% 0.0% 32 0
seaborn.regression 0.0% 0.0% 86 0
seaborn.relational 0.0% 0.0% 77 0
seaborn.utils 0.0% 0.0% 31 0
seaborn.widgets 0.0% 0.0% 13 0

Incomplete Annotations

seaborn.algorithms (3 missing, 0 any)

Symbol Typable Typed Any
func bootstrap 3 0 0

seaborn.axisgrid (243 missing, 0 any)

Symbol Typable Typed Any
meth JointGrid.init 15 0 0
meth JointGrid._inject_kwargs 4 0 0
meth JointGrid.plot 4 0 0
meth JointGrid.plot_joint 3 0 0
meth JointGrid.plot_marginals 3 0 0
meth JointGrid.refline 8 0 0
meth JointGrid.set_axis_labels 4 0 0
attr JointGrid.ax_joint 1 0 0
attr JointGrid.ax_marg_x 1 0 0
attr JointGrid.ax_marg_y 1 0 0
attr JointGrid.x 1 0 0
attr JointGrid.y 1 0 0
attr JointGrid.hue 1 0 0
meth FacetGrid.init 23 0 0
meth FacetGrid.facet_data 1 0 0
meth FacetGrid.map 4 0 0
meth FacetGrid.map_dataframe 4 0 0
meth FacetGrid._facet_color 3 0 0
meth FacetGrid._facet_plot 5 0 0
meth FacetGrid._finalize_grid 2 0 0
meth FacetGrid.facet_axis 4 0 0
meth FacetGrid.despine 2 0 0
meth FacetGrid.set_axis_labels 5 0 0
meth FacetGrid.set_xlabels 4 0 0
meth FacetGrid.set_ylabels 4 0 0
meth FacetGrid.set_xticklabels 4 0 0
meth FacetGrid.set_yticklabels 3 0 0
meth FacetGrid.set_titles 5 0 0
meth FacetGrid.refline 6 0 0
prop FacetGrid.axes 1 0 0
prop FacetGrid.ax 1 0 0
prop FacetGrid.axes_dict 1 0 0
prop FacetGrid._inner_axes 1 0 0
prop FacetGrid._left_axes 1 0 0
prop FacetGrid._not_left_axes 1 0 0
prop FacetGrid._bottom_axes 1 0 0
prop FacetGrid._not_bottom_axes 1 0 0
attr FacetGrid.data 1 0 0
attr FacetGrid.row_names 1 0 0
attr FacetGrid.col_names 1 0 0
attr FacetGrid.hue_names 1 0 0
attr FacetGrid.hue_kws 1 0 0
meth PairGrid.init 16 0 0
meth PairGrid.map 3 0 0
meth PairGrid.map_lower 3 0 0
meth PairGrid.map_upper 3 0 0
meth PairGrid.map_offdiag 3 0 0
meth PairGrid.map_diag 3 0 0
meth PairGrid._map_diag_iter_hue 3 0 0
meth PairGrid._map_bivariate 4 0 0
meth PairGrid._plot_bivariate 6 0 0
meth PairGrid._plot_bivariate_iter_hue 6 0 0
meth PairGrid._add_axis_labels 1 0 0
meth PairGrid._find_numeric_cols 2 0 0
attr PairGrid.x_vars 1 0 0
attr PairGrid.y_vars 1 0 0
attr PairGrid.square_grid 1 0 0
attr PairGrid.axes 1 0 0
attr PairGrid.data 1 0 0
attr PairGrid.diag_sharey 1 0 0
attr PairGrid.diag_vars 1 0 0
attr PairGrid.diag_axes 1 0 0
attr PairGrid.hue_kws 1 0 0
attr PairGrid.palette 1 0 0
attr PairGrid.hue_names 1 0 0
attr PairGrid.hue_vals 1 0 0
func pairplot 19 0 0
func jointplot 20 0 0

seaborn.categorical (263 missing, 0 any)

Symbol Typable Typed Any
func barplot 33 0 0
func catplot 36 0 0
func violinplot 36 0 0
func stripplot 22 0 0
func countplot 23 0 0
func boxenplot 33 0 0
func pointplot 32 0 0
func boxplot 26 0 0
func swarmplot 22 0 0

seaborn.distributions (135 missing, 0 any)

Symbol Typable Typed Any
func ecdfplot 15 0 0
func histplot 35 0 0
func displot 24 0 0
func kdeplot 30 0 0
func rugplot 13 0 0
func distplot 18 0 0

seaborn.matrix (42 missing, 0 any)

Symbol Typable Typed Any
func clustermap 21 0 0
func heatmap 21 0 0

seaborn.miscplot (6 missing, 0 any)

Symbol Typable Typed Any
func palplot 3 0 0
func dogplot 3 0 0

seaborn.palettes (63 missing, 0 any)

Symbol Typable Typed Any
func husl_palette 6 0 0
func light_palette 6 0 0
func set_color_codes 2 0 0
func color_palette 5 0 0
func xkcd_palette 2 0 0
func cubehelix_palette 10 0 0
func crayon_palette 2 0 0
func hls_palette 6 0 0
func dark_palette 6 0 0
func mpl_palette 4 0 0
func blend_palette 5 0 0
func diverging_palette 9 0 0

seaborn.rcmod (32 missing, 0 any)

Symbol Typable Typed Any
func reset_defaults 1 0 0
func axes_style 3 0 0
func set_palette 5 0 0
func set_context 4 0 0
func set_theme 8 0 0
func set 3 0 0
func set_style 3 0 0
func plotting_context 4 0 0
func reset_orig 1 0 0

seaborn.regression (86 missing, 0 any)

Symbol Typable Typed Any
func lmplot 41 0 0
func regplot 30 0 0
func residplot 15 0 0

seaborn.relational (77 missing, 0 any)

Symbol Typable Typed Any
func lineplot 30 0 0
func relplot 29 0 0
func scatterplot 18 0 0

seaborn.utils (31 missing, 0 any)

Symbol Typable Typed Any
func load_dataset 5 0 0
func desaturate 3 0 0
func saturate 2 0 0
func set_hls_values 5 0 0
func despine 9 0 0
func move_legend 4 0 0
func get_data_home 2 0 0
func get_dataset_names 1 0 0

seaborn.widgets (13 missing, 0 any)

Symbol Typable Typed Any
func choose_colorbrewer_palette 3 0 0
func choose_cubehelix_palette 2 0 0
func choose_light_palette 3 0 0
func choose_diverging_palette 2 0 0
func choose_dark_palette 3 0 0

Type-Ignore Comments

No type-ignore comments.