在Squarify中设置字体和包装文本

时间:2018-06-02 23:22:01

标签: python matplotlib squarify

在Matplotlib中,我可以通过

在框内绘制包装文本

Task.Run(() => ReadInfo());

我也可以通过ax.text(x_coord, y_coord, string, bbox = dict(boxstyle='round'), wrap = True, fontproperties = FontProperties_object)设置字体类型。

matplotlib.font_manager.FontProperties相比,它看起来很相似,因为正方形内有文字。如何设置字体并使用squarify进行文本换行?谢谢。

1 个答案:

答案 0 :(得分:0)

我尝试过了,而且可行。

text_kwargs={"fontproperties": FontProperties_object}。文本选项以

中提到的“ dict”形式给出

https://github.com/laserson/squarify/blob/master/squarify/init.py