Embedding “Figure Type” Seaborn Plot in PyQt (pyqtgraph)
问题 I am using a wrapper of PyQt (pyqtgraph) to build a GUI application. I wish to embed a Seaborn plot within it using the MatplotlibWidget. However, my problem is that the Seaborn wrapper method such as FacetGrid do not accept an external figure handle. Moreover, when I try to update the MatplotlibWidget object underlying figure ( .fig ) with the figure produced by the FacetGrid it doesn't work (no plot after draw ). Any suggestion for a workaround? 回答1: Seaborn's Facetgrid provides a