python图例重复显示_matplotlib中的legend()——用于显示图例
Keyword
Description
loc
a location code
prop
the font property (matplotlib.font_manager.FontProperties 對(duì)象)
eg
song_font= matplotlib.font_manager.FontProperties(fname='simsun.ttc', size=8)
fontsize
the font size (和prop互斥,不可同時(shí)使用)
markerscale
the relative size of legend markers vs. original
numpoints
the number of pointsin the legend forline
scatterpoints
the number of pointsin the legend forscatter plot
scatteryoffsets
a list of yoffsetsfor scatter symbols inlegend
frameonifTrue, draw a frame around the legend. If None, use rc
fancyboxifTrue, draw a frame with a round fancybox. If None, use rc
shadowifTrue, draw a shadow behind legend
ncol
number of columns
borderpad
the fractional whitespace inside the legend border
labelspacing
the vertical space between the legend entries
handlelength
the length of the legend handles
handleheight
the length of the legend handles
handletextpad
the pad between the legend handle and text
borderaxespad
the pad between the axes and legend border
columnspacing
the spacing between columns
title
the legend title
bbox_to_anchor
the bbox that the legend will be anchored.
bbox_transform
the transformfor the bbox. transAxes if None.
總結(jié)
以上是生活随笔為你收集整理的python图例重复显示_matplotlib中的legend()——用于显示图例的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: seo建设者_前5名最佳免费和付费网站建
- 下一篇: python中的静态方法如何调用_关于P