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.
是否可以使用 python 库 Pyx 直接绘制到窗口?
现在我正在做的是,我渲染到一个 svg,然后我从它读取并使用 matplotlib 显示。但这太慢了。我不知道是否可以将图像数据直接提取到原始缓冲区中,或者让 python 将图像直接保存在 ram 上以防止不必要地读取和写入磁盘。
我在官方文档中找不到任何解释上述任何内容的内容,也找不到与绘制到窗口系统相关的任何内容,所以我认为它没有实现。