Yep, it doesn't work. The above command just returns Compose.SVG object, 
but does not display it. 

On Thursday, June 9, 2016 at 2:39:21 AM UTC+2, Cedric St-Jean wrote:
>
> This may not satisfy your needs, but I do Compose.jl animations in IJulia 
> with IJulia.clear_output.
>
> for i in 1:10
>     IJulia.clear_output(true)
>     draw(SVGJS(100mm, 100mm), 
>  compose(context(0.001,0.001,1,1),circle(1,1, i/10)))
>     sleep(1)
> end
>
> I believe that you could also do it at the REPL by writing a .gif (I think 
> Plots.jl does that) and displaying it somehow, but I can't help you there...
>
> On Wednesday, June 8, 2016 at 5:10:32 PM UTC-4, Ford O. wrote:
>>
>> Is it actually possible to create animations with Compoe or do I have to 
>> pick another library? 
>
>

Reply via email to