Python之seaborn:利用seaborn的color_palette()函数改变绘图界面风格
Python之seaborn:利用seaborn的color_palette()函數(shù)改變繪圖界面風(fēng)格
?
?
目錄
利用seaborn的color_palette()函數(shù)改變繪圖界面風(fēng)格
實現(xiàn)結(jié)果
源代碼解釋
?
?
?
?
利用seaborn的color_palette()函數(shù)改變繪圖界面風(fēng)格
實現(xiàn)結(jié)果
sns.set_style('ticks') #默認(rèn)五種風(fēng)格:darkgrid,whitegrid,dark,white,ticks?
?
?
?
?
?
源代碼解釋
| def set_style?Found at: seaborn.rcmod ? def set_style(style=None, rc=None): ????"""Set the aesthetic style of the plots. ???? ????This affects things like the color of the axes, whether a grid is?enabled by default, and other aesthetic elements. ???? ????Parameters ????---------- ????style : dict, None, or one of {darkgrid, whitegrid, dark, white, ticks}. A dictionary of parameters or the name of a preconfigured set. ????rc?: dict, optional. Parameter mappings to override the values in the preset seaborn?style dictionaries. This only updates parameters that are?considered part of the style definition. | ? ? ? ? ? ? 設(shè)定了繪圖的美學(xué)風(fēng)格。 ? 這將影響軸的顏色、是否默認(rèn)啟用網(wǎng)格以及其他美學(xué)元素。 ? 參數(shù) ---------- style :?dict,無,或一個{darkgrid,暗網(wǎng)格,whitegrid白格子,dark黑,white白,ticks}。參數(shù)的字典或預(yù)先配置的參數(shù)集的名稱。 rc: dict,可選。參數(shù)映射,以覆蓋預(yù)設(shè)的seaborn樣式字典中的值。這只更新被認(rèn)為是樣式定義的一部分的參數(shù)。 |
| ????Examples ????-------- ????>>> set_style("whitegrid") ???? ????>>> set_style("ticks", {"xtick.major.size": 8, "ytick.major.size": 8}) | ? |
| ????See Also ????-------- ????axes_style?: return a dict of parameters or use in a ``with``?statement to temporarily set the style. ????set_context : set parameters to scale plot elements ????set_palette : set the default color palette for figures ???? ????""" ????style_object = axes_style(style, rc) ????mpl.rcParams.update(style_object) | ? ? axes_style:?返回一組參數(shù)或在' ' with ' '語句中使用來臨時設(shè)置樣式。 set_context:?設(shè)置參數(shù)來縮放圖形元素。 set_palette:?設(shè)置圖形的默認(rèn)調(diào)色板。 |
| ????Examples ????-------- ????>>> set_style("whitegrid") ???? ????>>> set_style("ticks", {"xtick.major.size": 8, "ytick.major.size": 8}) | ? |
| ????See Also ????-------- ????axes_style?: return a dict of parameters or use in a ``with``?statement to temporarily set the style. ????set_context : set parameters to scale plot elements ????set_palette : set the default color palette for figures ???? ????""" ????style_object = axes_style(style, rc) ????mpl.rcParams.update(style_object) | ? |
?
?
?
總結(jié)
以上是生活随笔為你收集整理的Python之seaborn:利用seaborn的color_palette()函数改变绘图界面风格的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: DataTransmission:免费薅
- 下一篇: 成功解决numpy.linalg.Lin