书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 121 个相关结果.
  • seaborn.reset_orig

    seaborn.reset_orig seaborn.reset_orig seaborn . reset_orig () Restore all RC params to original settings (respects custom rc).
  • seaborn.axes_style

    seaborn.axes_style seaborn.axes_style seaborn . axes_style ( style = None , rc = None ) Return a parameter dict for the aesthetic style of the plots. This affects things ...
  • seaborn.PairGrid.map

    seaborn.PairGrid.map seaborn.PairGrid.map PairGrid . map ( func , ** kwargs ) Plot with the same function in every subplot. 参数:func :callable plotting function Must ta...
  • seaborn.light_palette

    seaborn.light_palette seaborn.light_palette 译者:Modrisco seaborn . light_palette ( color , n_colors = 6 , reverse = False , as_cmap = False , input = 'rgb' ) 制作一个混合...
  • seaborn.cubehelix_palette

    seaborn.cubehelix_palette seaborn.cubehelix_palette 译者:Modrisco seaborn . cubehelix_palette ( n_colors = 6 , start = 0 , rot = 0.4 , gamma = 1.0 , hue = 0.8 , light =...
  • seaborn.set_palette

    seaborn.set_palette seaborn.set_palette 译者:Modrisco seaborn . set_palette ( palette , n_colors = None , desat = None , color_codes = False ) 通过searborn调色板设置matplotl...
  • seaborn.FacetGrid.map

    seaborn.FacetGrid.map seaborn.FacetGrid.map FacetGrid . map ( func , * args , ** kwargs ) Apply a plotting function to each facet’s subset of the data. 参数:func :callab...
  • seaborn.mpl_palette

    seaborn.mpl_palette seaborn.mpl_palette 译者:Modrisco seaborn . mpl_palette ( name , n_colors = 6 ) 从一个 matplotlib 调色板中返回离散颜色。 请注意,这会正确处理定性的 colorbrewer 调色板,但如果您要求的颜色多...
  • seaborn.xkcd_palette

    seaborn.xkcd_palette seaborn.xkcd_palette 译者:Modrisco seaborn . xkcd_palette ( colors ) 使用来自xkcd color survey的颜色名字生成调色板。 查看完整的 xkcd 颜色列表: https://xkcd.com/color/rgb/ ...
  • seaborn.hls_palette

    seaborn.hls_palette seaborn.hls_palette 译者:Modrisco seaborn . hls_palette ( n_colors = 6 , h = 0.01 , l = 0.6 , s = 0.65 ) 在 HLS 色调空间中获取一组均匀间隔的颜色。 h, s, 和 l 值应该在 0...