Matplotlib 中文用戶指南 4.3 文本屬性及布局

文本屬性及布局

原文:Text properties and layout

譯者:飛龍

協(xié)議:CC BY-NC-SA 4.0

matplotlib.text.Text實(shí)例有各種屬性,可以通過關(guān)鍵字參數(shù)配置文本命令(例如,title()砸逊,xlabel()text())篡帕。

屬性 值類型
alpha 浮點(diǎn)
backgroundcolor 任何 matplotlib 顏色
bbox rectangle prop dict plus key 'pad' which is a pad in points
clip_box matplotlib.transform.Bbox 實(shí)例
clip_on [True / False]
clip_path Path漫雕,TransformPatch 實(shí)例
color 任何 matplotlib 顏色
family [ 'serif' / 'sans-serif' / 'cursive' / 'fantasy' / 'monospace' ]
fontproperties matplotlib.font_manager.FontProperties 實(shí)例
horizontalalignment or ha [ 'center' / 'right' / 'left' ]
label 任何字符串
linespacing 浮點(diǎn)
multialignment ['left' / 'right' / 'center' ]
name or fontname 字符串还绘,例如 ['Sans' / 'Courier' / 'Helvetica' ...]
picker [None / 浮點(diǎn) / 布爾值 / 可調(diào)用對象]`
position (x,y)
rotation [ 角度制的角度 / 'vertical' / 'horizontal'
size or fontsize [ 點(diǎn)的尺寸 相對尺寸窗价,例如 ['smaller', 'x-large' ]
style or fontstyle [ 'normal' / 'italic' / 'oblique']
text 字符串或任何可使用'%s'打印的東西
transform matplotlib.transform 實(shí)例
variant [ 'normal' / 'small-caps' ]
verticalalignment or va [ 'center' / 'top' / 'bottom' / 'baseline' ]
visible [True / False]
weight or fontweight [ 'normal' / 'bold' / 'heavy' / 'light' / 'ultrabold' / 'ultralight']
x 浮點(diǎn)
y 浮點(diǎn)
zorder 任意數(shù)值

你可以使用對齊參數(shù)horizontalalignment捌刮,verticalalignmentmultialignment來布置文本碰煌。 horizontalalignment控制文本的x位置參數(shù)表示文本邊界框的左邊,中間或右邊绅作。 verticalalignment控制文本的y位置參數(shù)表示文本邊界框的底部芦圾,中心或頂部。 multialignment俄认,僅對于換行符分隔的字符串个少,控制不同的行是左,中還是右對齊眯杏。 這里是一個使用text()命令顯示各種對齊方式的例子夜焦。 在整個代碼中使用transform = ax.transAxes,表示坐標(biāo)相對于軸邊界框給出岂贩,其中0,0是軸的左下角茫经,1,1是右上角。

import matplotlib.pyplot as plt
import matplotlib.patches as patches

# build a rectangle in axes coords
left, width = .25, .5
bottom, height = .25, .5
right = left + width
top = bottom + height

fig = plt.figure()
ax = fig.add_axes([0,0,1,1])

# axes coordinates are 0,0 is bottom left and 1,1 is upper right
p = patches.Rectangle(
    (left, bottom), width, height,
    fill=False, transform=ax.transAxes, clip_on=False
    )

ax.add_patch(p)

ax.text(left, bottom, 'left top',
        horizontalalignment='left',
        verticalalignment='top',
        transform=ax.transAxes)

ax.text(left, bottom, 'left bottom',
        horizontalalignment='left',
        verticalalignment='bottom',
        transform=ax.transAxes)

ax.text(right, top, 'right bottom',
        horizontalalignment='right',
        verticalalignment='bottom',
        transform=ax.transAxes)

ax.text(right, top, 'right top',
        horizontalalignment='right',
        verticalalignment='top',
        transform=ax.transAxes)

ax.text(right, bottom, 'center top',
        horizontalalignment='center',
        verticalalignment='top',
        transform=ax.transAxes)

ax.text(left, 0.5*(bottom+top), 'right center',
        horizontalalignment='right',
        verticalalignment='center',
        rotation='vertical',
        transform=ax.transAxes)

ax.text(left, 0.5*(bottom+top), 'left center',
        horizontalalignment='left',
        verticalalignment='center',
        rotation='vertical',
        transform=ax.transAxes)

ax.text(0.5*(left+right), 0.5*(bottom+top), 'middle',
        horizontalalignment='center',
        verticalalignment='center',
        fontsize=20, color='red',
        transform=ax.transAxes)

ax.text(right, 0.5*(bottom+top), 'centered',
        horizontalalignment='center',
        verticalalignment='center',
        rotation='vertical',
        transform=ax.transAxes)

ax.text(left, top, 'rotated\nwith newlines',
        horizontalalignment='center',
        verticalalignment='center',
        rotation=45,
        transform=ax.transAxes)

ax.set_axis_off()
plt.show()
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末萎津,一起剝皮案震驚了整個濱河市卸伞,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌锉屈,老刑警劉巖荤傲,帶你破解...
    沈念sama閱讀 206,839評論 6 482
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異颈渊,居然都是意外死亡遂黍,警方通過查閱死者的電腦和手機(jī),發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,543評論 2 382
  • 文/潘曉璐 我一進(jìn)店門儡炼,熙熙樓的掌柜王于貴愁眉苦臉地迎上來妓湘,“玉大人,你說我怎么就攤上這事乌询“裉” “怎么了?”我有些...
    開封第一講書人閱讀 153,116評論 0 344
  • 文/不壞的土叔 我叫張陵,是天一觀的道長唬党。 經(jīng)常有香客問我鹃共,道長,這世上最難降的妖魔是什么驶拱? 我笑而不...
    開封第一講書人閱讀 55,371評論 1 279
  • 正文 為了忘掉前任霜浴,我火速辦了婚禮,結(jié)果婚禮上蓝纲,老公的妹妹穿的比我還像新娘阴孟。我一直安慰自己,他們只是感情好税迷,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,384評論 5 374
  • 文/花漫 我一把揭開白布永丝。 她就那樣靜靜地躺著,像睡著了一般箭养。 火紅的嫁衣襯著肌膚如雪慕嚷。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,111評論 1 285
  • 那天毕泌,我揣著相機(jī)與錄音喝检,去河邊找鬼。 笑死撼泛,一個胖子當(dāng)著我的面吹牛挠说,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播愿题,決...
    沈念sama閱讀 38,416評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼纺涤,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了抠忘?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,053評論 0 259
  • 序言:老撾萬榮一對情侶失蹤外永,失蹤者是張志新(化名)和其女友劉穎崎脉,沒想到半個月后,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體伯顶,經(jīng)...
    沈念sama閱讀 43,558評論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡囚灼,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,007評論 2 325
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了祭衩。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片灶体。...
    茶點(diǎn)故事閱讀 38,117評論 1 334
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖掐暮,靈堂內(nèi)的尸體忽然破棺而出蝎抽,到底是詐尸還是另有隱情,我是刑警寧澤路克,帶...
    沈念sama閱讀 33,756評論 4 324
  • 正文 年R本政府宣布樟结,位于F島的核電站养交,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏瓢宦。R本人自食惡果不足惜碎连,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,324評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望驮履。 院中可真熱鬧鱼辙,春花似錦、人聲如沸玫镐。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,315評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽摘悴。三九已至峭梳,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間蹂喻,已是汗流浹背葱椭。 一陣腳步聲響...
    開封第一講書人閱讀 31,539評論 1 262
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留口四,地道東北人孵运。 一個月前我還...
    沈念sama閱讀 45,578評論 2 355
  • 正文 我出身青樓,卻偏偏與公主長得像蔓彩,于是被迫代替她去往敵國和親治笨。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,877評論 2 345

推薦閱讀更多精彩內(nèi)容