# Embedding Makie plots in Stipple

**URL:** https://discourse.julialang.org/t/embedding-makie-plots-in-stipple/59987
**Category:** New to Julia
**Tags:** guis, makie
**Created:** [April 25, 2021, 1:13pm UTC](https://discourse.julialang.org/t/embedding-makie-plots-in-stipple/59987 "2021-04-25T13:13:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![kobied](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kobied/32/16432_2.png) [@kobied](https://discourse.julialang.org/u/kobied)
#### Post date: [April 25, 2021, 1:13pm UTC](https://discourse.julialang.org/t/embedding-makie-plots-in-stipple/59987/1 "2021-04-25T13:13:39Z")

</div>

hi, I’m working on some GUI which, as for now, is based on `Stipple.jl` and `Makie.jl`.  
At the Makie side, I have a window with a Figure which has 2 Axis layout, for each axis I created some mouse and keyboard interactive functions. And all is working as expected, Thanks to the absolutely wonderful Makie package, documentation and examples 👍 👍.

Now I want to start working on the Stipple GUI and my question is this:

I want to create an embedded Interactive Makie plot within a GUI based on Stipple.  
I was told that I can use `GLMakie.jl` for this but I have no idea how to do it and more important, will all the interactive Mekia abilities will be available in this solution.

Thanks in ahead for any help in the matter.
