Matplotlib 估计文本宽度错误
当使用 Matplotlib (Pylab) 渲染具有与 AriaL 相同度量的文本(例如,Arial 本身或 Liberation Sans)时,输出看起来不错 - 例如,图例框的宽度是正确的。
然而,当使用其他字体时,Matplotlib 似乎错误地估计了文本的预期大小。例如,使用 Bitstream Vera Sans 时,文本似乎比 Matplotlib 预期的要宽:例如,文本的右侧有时与图例框的右侧重叠。
类似地,当使用 use_latex 让 Latex 渲染输出时,文本似乎比预期窄,并且文本右侧和图例框之间有一个额外的空间。
这是 Matplotlib 中的错误吗?或者我应该使用 Arial 规格的字体吗?
When using Matplotlib (Pylab) for rendering Text with the same metrics as AriaL (e.g., Arial itself or Liberation Sans) output looks ok - e.g., the width of the legend box is right.
However, when using other fonts it seems that Matplotlib wrongly estimates the expected size of the text. For example, with Bitstream Vera Sans the text seems to be wider than expected by Matplotlib: E.g., the right-hand side of the text sometimes overlaps with the right-hand side of the legend's box.
Similiarly, when using use_latex to let Latex render the output the text seems to be narrower than expected, and there's an additional space between the right-hand side of the text and the legend's box.
Is this a bug in Matplotlib? Or am I expected to use fonts with the metrics of Arial?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 linux (ubuntu 10.04) 上运行 matplotlib 版本 0.99.1.1,无法重现该问题。这是我正在使用的代码。
I'm running matplotlib version 0.99.1.1 on linux (ubuntu 10.04) and cannot reproduce the problem. Here is the code I'm using.