Files
notes_estom/Python/matplotlab/gallery/user_interfaces/index.md
2020-09-26 22:03:11 +08:00

5 lines
395 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 将Matplotlib嵌入图形用户界面中
您可以通过此处的embedding_in_SOMEGUI.py示例将Matplotlib直接嵌入到用户界面中。 目前matplotlib支持wxpythonpygtktkinter 和 pyqt4 / 5。
在将Matplotlib嵌入GUI时您应该直接使用Matplotlib API而不是pylab / pyplot的继续接口因此请查看examples / api目录了解使用API的一些示例代码。