About 215 results
Open links in new tab
  1. seaborn.heatmap — seaborn 0.13.2 documentation

    Plot rectangular data as a color-encoded matrix. This is an Axes-level function and will draw the heatmap into the currently-active Axes if none is provided to the ax argument. Part of this Axes …

  2. Choosing color palettes — seaborn 0.13.2 documentation

    The most important function for working with color palettes is, aptly, color_palette(). This function provides an interface to most of the possible ways that one can generate color palettes in …

  3. seaborn.clustermap — seaborn 0.13.2 documentation

    List of colors to label for either the rows or columns. Useful to evaluate whether samples within a group are clustered together. Can use nested lists or DataFrame for multiple color levels of …

  4. Scatterplot heatmap — seaborn 0.13.2 documentation

    Scatterplot heatmap# seaborn components used: set_theme(), load_dataset(), relplot()

  5. Annotated heatmaps — seaborn 0.13.2 documentation

    Annotated heatmaps# seaborn components used: set_theme(), load_dataset(), heatmap()

  6. seaborn.color_palette — seaborn 0.13.2 documentation

    Return a list of colors or continuous colormap defining a palette. Possible palette values include: Name of a seaborn palette (deep, muted, bright, pastel, dark, colorblind)

  7. seaborn.light_palette — seaborn 0.13.2 documentation

    Make a sequential palette that blends from light to color. The color parameter can be specified in a number of ways, including all options for defining a color in matplotlib and several additional …

  8. Plotting a diagonal correlation matrix — seaborn 0.13.2 …

    seaborn components used: set_theme(), diverging_palette(), heatmap() from string import ascii_letters import numpy as np import pandas as pd import seaborn as sns import …

  9. seaborn.diverging_palette — seaborn 0.13.2 documentation

    Make a diverging palette between two HUSL colors. If you are using the IPython notebook, you can also choose this palette interactively with the choose_diverging_palette() function. …

  10. seaborn.pairplot — seaborn 0.13.2 documentation

    Variable in data to map plot aspects to different colors. hue_order list of strings. Order for the levels of the hue variable in the palette. palette dict or seaborn color palette. Set of colors for …

Refresh