Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 matplotib 图中,采用 hash 关键字的阴影线宽非常细。我在几年前发现了一些关于此的帖子,并声称已制作了补丁,但我仍然无法找到增加影线线宽的方法。有没有办法做到这一点?
不幸的是,目前无法在 Agg 后端设置影线的线宽。宽度在 src/_backend_agg.cpp 文件中被硬编码为“1.0”:
hatch_path_stroke.width(1.0);
对于其他后端(例如 PDF 后端)也是如此,但对于这些情况,猴子补丁可能更容易。