By the appearance of matplotlib, I guess it is using PyQt; but when I looked into the code of it, I didn't find it importing any GUI library at all. So, what exactly does matplotlib use to show the graph (for example, the window when calling plt.show())?
-
1I believe matplotlib supports a large number of backends - stackoverflow.com/questions/5091993/…OldGeeksGuide– OldGeeksGuide2017-06-26 05:11:23 +00:00Commented Jun 26, 2017 at 5:11
Add a comment
|