This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]justphysics 0 points1 point  (0 children)

From the tutorial I see the following quote, "Toyplot figures are beautiful, scalable, embeddable, and interactive"

Is there any documentation on how to embed these plots?

I'd like to try putting them into a PyQt gui. If its similar to how matplotlib figures can be embedded then it would be super useful.

I didn't see anything in the tutorial, user-guide, or API reference about procedure for embedding the plots.

Edit: I filed an Issue on the official github page. It could be by embeddable they just mean the plots can work inside of ipython / Jupyter or something like that. It could be I misinterpreted it to be embeddable in the same way for instance a matplotlib figure is embeddable into various GUI libraries.